aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-07 14:31:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-07 14:31:58 +0200
commit5a8bc87a5b355a1b9df503ef5dc48f8374fffae3 (patch)
treebf09f527c53e91e4db53d88b543c8083db49c9e8 /bdep/config.cli
parent0b2f299cd3a9db3744a79ca71edb793f5686f236 (diff)
Proofreading changes
Diffstat (limited to 'bdep/config.cli')
-rw-r--r--bdep/config.cli19
1 files changed, 10 insertions, 9 deletions
diff --git a/bdep/config.cli b/bdep/config.cli
index 2c9e19f..494353e 100644
--- a/bdep/config.cli
+++ b/bdep/config.cli
@@ -65,12 +65,13 @@ namespace bdep
\li|\cb{create}
- The \cb{add} subcommand adds an existing \l{bpkg(1)} configuration in
- directory <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 any. It then proceeds as \cb{add} by adding the
- new configuration to the project's build configuration set.
+ The \cb{add} subcommand adds an existing \l{bpkg(1)} build
+ configuration in directory <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
+ 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
configuration is given this name. Several \cb{bdep} commands can use
@@ -101,8 +102,8 @@ namespace bdep
\li|\cb{remove}
- The \cb{remove} subcommand removes one or more configurations from
- the project's build configuration set. See
+ The \cb{remove} subcommand removes one or more build configurations
+ from the project's build configuration set. See
\l{bdep-projects-configs(1)} for various ways to specify build
configurations.|
@@ -119,7 +120,7 @@ namespace bdep
forward (\c{\b{--}[\b{no-}]\b{forward}}), and
auto-synchronization (\c{\b{--}[\b{no-}]\b{auto-sync}}) flags.
Note that changing any of these flags requires an explicit
- \cb{sync} command to take effect.||"
+ \l{bdep-sync(1)} command to take effect.||"
bool add;
bool create;