summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/options.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 9af36cd..631f52f 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -638,7 +638,7 @@ class options
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,
+ 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.