aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
commit023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch)
tree6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /bdep/config.cli
parente3133aa9628858bcfe414f95731831b5962358c7 (diff)
Implement test, update, and clean commands
Diffstat (limited to 'bdep/config.cli')
-rw-r--r--bdep/config.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdep/config.cli b/bdep/config.cli
index 494353e..1633edb 100644
--- a/bdep/config.cli
+++ b/bdep/config.cli
@@ -66,14 +66,14 @@ namespace bdep
\li|\cb{create}
The \cb{add} subcommand adds an existing \l{bpkg(1)} build
- configuration in directory <cfg-dir> to the project's build
+ configuration in directory \ci{cfg-dir} to the project's build
configuration set. The \cb{create} subcommand creates a new
- configuration in directory <cfg-dir> by executing the
- \l{bpkg-cfg-create(1)} command and passing to it <cfg-args>, if
+ configuration in directory \ci{cfg-dir} by executing the
+ \l{bpkg-cfg-create(1)} command and passing to it \ci{cfg-args}, if
any. It then proceeds as \cb{add} by adding the new configuration to
the project's build configuration set.
- In both subcommands, if <cfg-name> is specified, then the added
+ In both subcommands, if \ci{cfg-name} is specified, then the added
configuration is given this name. Several \cb{bdep} commands can use
such names as a more convenient way to specify build configurations
(see \l{bdep-projects-configs(1)} for details).