diff options
-rw-r--r-- | bpkg/cfg-create.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index 8da3b99..45d4ea7 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -36,7 +36,7 @@ namespace bpkg By default, \cb{bpkg} appends \cb{.config} to the names of the modules that you specify so that only their configurations are loaded. You can - override this behavior by appending the period (\cb{.}) after the module + override this behavior by specifying the period (\cb{.}) after the module name. You can also instruct \cb{bpkg} to use the optional module load by prefixing the module name with the question mark (\cb{?}). For example: |