diff options
-rw-r--r-- | bpkg/bpkg.cli | 3 | ||||
-rw-r--r-- | bpkg/cfg-create.cli | 4 | ||||
-rw-r--r-- | bpkg/pkg-configure.cli | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index bd4b996..e23a059 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -48,7 +48,8 @@ namespace bpkg Configurations can be moved and copied by simply moving and copying the directories. Note, however, that a move or copy may render some packages out-of-date. In the \cb{build2} build system terms a \cb{bpkg} build - configuration is an amalgamation that contains packages as subprojects. + configuration is an amalgamation that contains packages as subprojects + (see \l{bpkg-cfg-create(1)} for details). A \i{bpkg package} is an archive or directory that contains a \cb{build2} project plus the package \cb{manifest} file. \cb{bpkg} can either use diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index d7ad6f0..5c556e8 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -11,11 +11,11 @@ include <bpkg/common.cli>; namespace bpkg { { - "<options> <module> <conf-var>", + "<options> <module> <cfg-var>", "\h|SYNOPSIS| - \c{\b{bpkg cfg-create}|\b{create} [<options>] [(<module> | <conf-var>)...]} + \c{\b{bpkg cfg-create}|\b{create} [<options>] [(<module> | <cfg-var>)...]} \h|DESCRIPTION| diff --git a/bpkg/pkg-configure.cli b/bpkg/pkg-configure.cli index c20c2e8..d3df8d0 100644 --- a/bpkg/pkg-configure.cli +++ b/bpkg/pkg-configure.cli @@ -11,11 +11,11 @@ include <bpkg/configuration.cli>; namespace bpkg { { - "<options> <pkg> <ver> <conf-var>", + "<options> <pkg> <ver> <cfg-var>", "\h|SYNOPSIS| - \c{\b{bpkg pkg-configure} [<options>] <pkg> [<conf-var>...]} + \c{\b{bpkg pkg-configure} [<options>] <pkg> [<cfg-var>...]} \h|DESCRIPTION| |