aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-04 17:52:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-04 17:52:02 +0300
commit8f04f41562281fa156b9040215482e0911d970f5 (patch)
treed7ec5b374de298e757f66f13241db7dd80617ea1
parent6538c085b3954b85e72d5612e92faf06912b046f (diff)
Update --options-file option description
-rw-r--r--odb/options.cli22
1 files changed, 11 insertions, 11 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 812364d..a052201 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -940,21 +940,21 @@ class options
std::string --options-file
{
"<file>",
- "Read additional options from <file> with each option appearing on a
- separate line optionally followed by space and an option value. Empty
- lines and lines starting with \cb{#} are ignored. Option values can
- be enclosed in double (\cb{\"}) or single (\cb{'}) quotes to preserve
- leading and trailing whitespaces as well as to specify empty values.
- If the value itself contains trailing or leading quotes, enclose it
- with an extra pair of quotes, for example \cb{'\"x\"'}. Non-leading
- and non-trailing quotes are interpreted as being part of the option
- value.
+ "Read additional options from <file>. Each option should appear on a
+ separate line optionally followed by space or equal sign (\cb{=}) and an
+ option value. Empty lines and lines starting with \cb{#} are ignored.
+ Option values can be enclosed in double (\cb{\"}) or single (\cb{'})
+ quotes to preserve leading and trailing whitespaces as well as to specify
+ empty values. If the value itself contains trailing or leading quotes,
+ enclose it with an extra pair of quotes, for example \cb{'\"x\"'}.
+ Non-leading and non-trailing quotes are interpreted as being part of the
+ option value.
The semantics of providing options in a file is equivalent to providing
the same set of options in the same order on the command line at the
point where the \cb{--options-file} option is specified except that
- the shell escaping and quoting is not required. You can repeat this
- option to specify more than one options file."
+ the shell escaping and quoting is not required. Repeat this option
+ to specify more than one options file."
};
std::vector<std::string> -x