From ed437dbd3483baa3d15d1d86d8f057d9112653b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Aug 2019 14:36:44 +0300 Subject: Add support for default options files --- bpkg/options-types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/options-types.hxx') 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 - // : form, for example, '--option foo:bar' An unqualified + // : 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. -- cgit v1.1