From 1ac7b379c695a350d2bde94b9204be818eebc53d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Sep 2015 11:06:42 +0200 Subject: Cosmetic style change --- bpkg/cfg-create-options.cli | 2 +- bpkg/pkg-fetch-options.cli | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg') 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 (".") { "", "Create configuration in 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 (".") { "", "Assume configuration is in 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." -- cgit v1.1