summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:14:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:14:27 +0200
commitc2c6c112ed40887f6a530e4c08ecb682d4c9ee96 (patch)
treeb97c2c367496ca22ec0aefb1d5f16f6e7ff062f3 /cli/options.cli
parent499478e4e17eebb7b1e9e0cc5fb8074d5e64d2c6 (diff)
Cosmetic changes
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/options.cli b/cli/options.cli
index ffa92df..896a1a0 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -216,8 +216,8 @@ class options
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 double quote, enclose
- it with an extra pair of quotes, for example \cb{'\"x\"'}. Non-leading
+ 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.