diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-15 11:06:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-15 11:06:42 +0200 |
commit | 1ac7b379c695a350d2bde94b9204be818eebc53d (patch) | |
tree | 739e3f4f0337835a733eccec7ed251a2fa2fbd26 | |
parent | 848eeec75dd90c2da404f223e6534c701f11fe56 (diff) |
Cosmetic style change
-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." |