From cfba3d8d5c83656f272a9713ae6e204f5bb81fa1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 14:49:59 +0200 Subject: Clean up help --- bpkg/bpkg-options.cli | 2 +- bpkg/common-options.cli | 2 +- 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 ]", + "[]", "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 - { - "", "Use as the repository root directory instead of the current working directory." - }; + */ }; } -- cgit v1.1