diff options
-rw-r--r-- | bpkg/cfg-create-options.cli | 2 | ||||
-rw-r--r-- | bpkg/pkg-fetch-options.cli | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/cfg-create-options.cli b/bpkg/cfg-create-options.cli index 24bc102..cbdf1c9 100644 --- a/bpkg/cfg-create-options.cli +++ b/bpkg/cfg-create-options.cli @@ -25,7 +25,7 @@ namespace bpkg { class cfg_create_options: common_options { - dir_path --directory | -d (".") + dir_path --directory|-d (".") { "<dir>", "Create configuration in <dir> rather than in the current working diff --git a/bpkg/pkg-fetch-options.cli b/bpkg/pkg-fetch-options.cli index 6f7386b..27b3ad7 100644 --- a/bpkg/pkg-fetch-options.cli +++ b/bpkg/pkg-fetch-options.cli @@ -28,14 +28,14 @@ namespace bpkg { class pkg_fetch_options: common_options { - dir_path --directory | -d (".") + dir_path --directory|-d (".") { "<dir>", "Assume configuration is in <dir> rather than in the current working directory." }; - bool --archive | -a + bool --archive|-a { "Treat the argument as a package archive path rather than package name/version to fetch." |