From 4d79c195d440f807e84235a8184b04a9f633cf94 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Aug 2021 09:09:22 +0200 Subject: Allow specifying config type with --type in bdep-config-create, bdep-init --- bdep/project.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index 6a1c4f0..0c4b355 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -11,9 +11,9 @@ namespace bdep // class configuration_add_options { - string --config-type = "target" + string --type|--config-type = "target" { - "", + "", "The type of the configuration being created. By default, configuration of type \cb{target} is created. See \l{bpkg-cfg-create(1)} for background on configuration types." -- cgit v1.1