aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-20 09:09:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-08-20 09:09:22 +0200
commit4d79c195d440f807e84235a8184b04a9f633cf94 (patch)
tree3c0f4a2ba118a6ffc588f0852a4721e556bc52e2 /bdep/project.cli
parentba8e0b9f9866b47bc61b49323e4293ba90826e80 (diff)
Allow specifying config type with --type in bdep-config-create, bdep-init
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli4
1 files changed, 2 insertions, 2 deletions
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"
{
- "<type>",
+ "<typ>",
"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."