From 2c58968b94f348911372e8afb47626d33825757b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 13:39:14 +0200 Subject: Add support for mixing command line options and arguments --- bpkg/bpkg.cli | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'bpkg/bpkg.cli') diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index f299eaf..107ef0a 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -26,11 +26,11 @@ namespace bpkg packages, and repositories using a set of commands that are summarized below. - For a detailed description of any command or help topic, use the \cb{help} - command or see the corresponding man page (the man pages have the - \cb{bpkg-} prefix, for example \l{bpkg-help(1)}). Note that the common - options can also be specified as part of the command-specific options, for - convenience." + For a detailed description of any command or help topic, use the + \cb{help} command or see the corresponding man page (the man pages have + the \cb{bpkg-} prefix, for example \l{bpkg-help(1)}). Note also that + and can be specified in any order and + can be specified as part of ." } // For usage it's nice to see the list of commands on the first page. So @@ -152,9 +152,7 @@ namespace bpkg bool cfg-create|create { - "", - "\l{bpkg-cfg-create(1)} \- create configuration", - "" + "\l{bpkg-cfg-create(1)} \- create configuration" } bool cfg-add|add @@ -218,9 +216,7 @@ namespace bpkg bool pkg-fetch { - "/", - "\l{bpkg-pkg-fetch(1)} \- fetch package archive", - "" + "\l{bpkg-pkg-fetch(1)} \- fetch package archive" } bool pkg-unpack -- cgit v1.1