aboutsummaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-04 18:23:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-04 18:23:11 +0300
commiteff033b7a1317de816c83d8c185c44a7f452112c (patch)
tree65c0563c9eeb7388d9d95ab71c8e5a34e007412c /bpkg
parent26987688f06bb3f53ae4c49e621916615b264796 (diff)
Update --options-file option description
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/common.cli22
1 files changed, 11 insertions, 11 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli
index 4090ad3..926b4db 100644
--- a/bpkg/common.cli
+++ b/bpkg/common.cli
@@ -350,21 +350,21 @@ namespace bpkg
string --options-file
{
"<file>",
- "Read additional options from <file>. Each option should 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."
}
};
}