aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 13:39:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 13:39:14 +0200
commit2c58968b94f348911372e8afb47626d33825757b (patch)
tree0116d87bc8f829c17f6e9644d2cf8534e67568c8 /bpkg/bpkg.cli
parent4d606849c74a2effc05a595368d2d0b48acf880e (diff)
Add support for mixing command line options and arguments
Diffstat (limited to 'bpkg/bpkg.cli')
-rw-r--r--bpkg/bpkg.cli18
1 files changed, 7 insertions, 11 deletions
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
+ <command-options> and <command-args> can be specified in any order and
+ <common-options> can be specified as part of <command-options>."
}
// 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
{
- "<dir>",
- "\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
{
- "<pkg>/<ver>",
- "\l{bpkg-pkg-fetch(1)} \- fetch package archive",
- ""
+ "\l{bpkg-pkg-fetch(1)} \- fetch package archive"
}
bool pkg-unpack