aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:29:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:29:06 +0200
commit234428e21adde0ddf60f9665edad3dcfb9fd2584 (patch)
tree28910fd2556f2c6b985762710a3319b981aa151e /bdep/new.cli
parentefc78a6f3b0d1e0a2278ea5a7f2c502a6b4f00d0 (diff)
Implement --config-create|-C in init and new
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 6bbf07e..08eedc1 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -16,7 +16,7 @@ namespace bdep
<type> <type-opt>
<lang> <lang-opt>
<cfg-name> <cfg-dir>
- <cfg-args> <cfg-var> <module>",
+ <cfg-args> <option> <module> <cfg-var>",
"\h|SYNOPSIS|
@@ -28,7 +28,7 @@ namespace bdep
\c{<spec> = [<type>] [<lang>]\n
<type> = \b{--type}|\b{-t} (\b{exe}|\b{lib}|\b{bare})[\b{,}<type-opt>...]\n
<lang> = \b{--lang}|\b{-l} (\b{c}|\b{c++})[\b{,}<lang-opt>...]\n
- <cfg-args> = (<module> | <cfg-var>)...}
+ <cfg-args> = (<option> | <module> | <cfg-var>)...}
\h|DESCRIPTION|
@@ -104,8 +104,8 @@ namespace bdep
{
"<type>[,<opt>...]",
"Specify project type and options. Valid values for <type> are \cb{exe}
- (executable project) \cb{lib} (library project), and \cb{bare} (bare
- project without any source code, default). Valid values for <opt> are
+ (executable project, default) \cb{lib} (library project), and \cb{bare}
+ (bare project without any source code). Valid values for <opt> are
type-specific."
}