aboutsummaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-15 11:06:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-15 11:06:42 +0200
commit1ac7b379c695a350d2bde94b9204be818eebc53d (patch)
tree739e3f4f0337835a733eccec7ed251a2fa2fbd26 /bpkg
parent848eeec75dd90c2da404f223e6534c701f11fe56 (diff)
Cosmetic style change
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/cfg-create-options.cli2
-rw-r--r--bpkg/pkg-fetch-options.cli4
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."