From b8cec4a2571596692c1e0b27cc3953ecff712178 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 09:25:29 +0200 Subject: Add support for single quotes in option files --- cli/options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 58f9565..ffa92df 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -214,10 +214,10 @@ class options "Read additional options from 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 quotes (\cb{\"\"}) 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 double quotes, for example \cb{\"\"x\"\"}. Non-leading + 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 and non-trailing quotes are interpreted as being part of the option value. -- cgit v1.1