diff options
-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." - }; + */ }; } |