diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 14:49:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 14:49:59 +0200 |
commit | cfba3d8d5c83656f272a9713ae6e204f5bb81fa1 (patch) | |
tree | 69ffccde394d8d80a5538484e10727eb2d4a94a4 | |
parent | 2f0748bcb0c9f479f56b667ce9a6d1e495a1df80 (diff) |
Clean up help
-rw-r--r-- | bpkg/bpkg-options.cli | 2 | ||||
-rw-r--r-- | bpkg/common-options.cli | 2 | ||||
-rw-r--r-- | bpkg/rep-create-options.cli | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/bpkg/bpkg-options.cli b/bpkg/bpkg-options.cli index 46cd4eb..a9d373f 100644 --- a/bpkg/bpkg-options.cli +++ b/bpkg/bpkg-options.cli @@ -23,7 +23,7 @@ namespace bpkg bool rep-create { - "[-d <dir>]", + "[<dir>]", "Create repository manifest file.", "" }; diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli index 326cf64..ae18ead 100644 --- a/bpkg/common-options.cli +++ b/bpkg/common-options.cli @@ -10,7 +10,7 @@ namespace bpkg { bool -v { - "Print actual commands being executed. This is equivalent to + "Print underlying commands being executed. This is equivalent to \cb{--verbose 1}." }; diff --git a/bpkg/rep-create-options.cli b/bpkg/rep-create-options.cli index 143efe4..c961c05 100644 --- a/bpkg/rep-create-options.cli +++ b/bpkg/rep-create-options.cli @@ -11,13 +11,9 @@ namespace bpkg /* "Create repository manifest file (\cb{packages}) based on the packages present in the repository directory." - */ - std::string --directory | -d - { - "<dir>", "Use <dir> as the repository root directory instead of the current working directory." - }; + */ }; } |