aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-17 15:55:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-17 15:55:51 +0200
commit36ebc1cd634dbd8d114a8b3f11b6935ac268526f (patch)
treefdceb7f6d8139fd25a6c6a7e1009615e448d2cf0 /bpkg/cfg-create.cli
parentce1b5f5d36a7651fd68c8985b8e1f2a748fa6e19 (diff)
Reimplement create command to use build2 create meta-operation
Diffstat (limited to 'bpkg/cfg-create.cli')
-rw-r--r--bpkg/cfg-create.cli7
1 files changed, 5 insertions, 2 deletions
diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli
index 45d4ea7..d7ad6f0 100644
--- a/bpkg/cfg-create.cli
+++ b/bpkg/cfg-create.cli
@@ -20,8 +20,11 @@ namespace bpkg
\h|DESCRIPTION|
The \cb{cfg-create} command creates a new \cb{bpkg} configuration with
- the specified \cb{build2} modules and configuration variables. Unless
- the \cb{--wipe} option is specified, \cb{cfg-create} expects the
+ the specified \cb{build2} modules and configuration variables. The
+ \cb{bpkg} configuration itself is a build system configuration; see the
+ \cb{build2} \cb{create} meta-operation for details.
+
+ Unless the \cb{--wipe} option is specified, \cb{cfg-create} expects the
configuration directory to be empty or to not exist (in which case it
will be created).