From 1cab4fbd051ee5a71f073446ad5ad1b3d79f1031 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 May 2018 12:48:51 +0200 Subject: Update documentation --- bpkg/cfg-create.cli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/cfg-create.cli') diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index 73d2ab7..a7eb1f4 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -24,17 +24,17 @@ namespace bpkg The \cb{cfg-create} command creates a new \cb{bpkg} configuration with 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. + \cb{bpkg} configuration itself is a build system configuration; see + build system driver (\l{b(1)}) \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). By default, the resulting configuration loads the \cb{config}, \cb{test}, - and \cb{install} modules. However, additional modules and, if required, - their configuration variables can be specified as the \cb{cfg-create} - arguments. For example: + \cb{dist}, and \cb{install} modules. However, additional modules and, if + required, their configuration variables can be specified as the + \cb{cfg-create} arguments. For example: \ bpkg create cxx config.cxx=clang++ config.install.root=/usr/local -- cgit v1.1