aboutsummaryrefslogtreecommitdiff
path: root/bpkg/options-types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-14 14:36:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-16 14:53:54 +0300
commited437dbd3483baa3d15d1d86d8f057d9112653b1 (patch)
treecbf3974e8b1774ccccd818442cf042e501190b09 /bpkg/options-types.hxx
parent80ee886ca0bd3e41434621a056125c92f31b1aea (diff)
Add support for default options files
Diffstat (limited to 'bpkg/options-types.hxx')
-rw-r--r--bpkg/options-types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx
index ebe2734..b6d9756 100644
--- a/bpkg/options-types.hxx
+++ b/bpkg/options-types.hxx
@@ -21,7 +21,7 @@ namespace bpkg
// Qualified options.
//
// An option that uses this type can have its values qualified using the
- // <qualifier>:<value> form, for example, '--option foo:bar' An unqualified
+ // <qualifier>:<value> form, for example, '--option foo:bar'. An unqualified
// value that contains a colon can be specified as qualified with an empty
// qualifier, for example, '--option :http://example.org'. Unqualified
// values apply to all the qualifiers in the order specified.