diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-17 11:56:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-17 11:56:54 +0200 |
commit | d4ac748ed40a3b6a65305487bde8c33b0d1a3c29 (patch) | |
tree | 6ebe9398e04e736dbe01f77c1e26cb58b3c7e09f | |
parent | 54dce2b58b77dd8a5ff7c20a27b4bdbfec1c6e46 (diff) |
Cosmetic documentation change
-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: |