X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Finvoking.texi;h=826498a26ce54ac6a90d5e462c3089d2b165d68c;hb=refs%2Fbuilds%2F20110303030502%2Fpspp;hp=82d8a5ed4dfa075b41d79127839369decfc9efad;hpb=5deb8ead72bb5b6058594894bec297768692d780;p=pspp diff --git a/doc/invoking.texi b/doc/invoking.texi index 82d8a5ed4d..826498a26c 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -382,6 +382,14 @@ given on @option{-o} does not end in @file{.csv}. Sets the character used to separate fields. Default: a comma (@samp{,}). +@item -O quote=@var{qualifier} +Sets @var{qualifier} as the character used to quote fields that +contain white space, the separator (or any of the characters in the +separator, if it contains more than one character), or the quote +character itself. If @var{qualifier} is longer than one character, +only the first character is used; if @var{qualifier} is the empty +string, then fields are never quoted. + @item -O captions=@var{boolean} Whether table captions should be printed. Default: @code{on}. @end table