From: Ben Pfaff Date: Sat, 7 Dec 2019 23:55:24 +0000 (+0000) Subject: doc: Correct documentation for pspp-convert. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d162908b97b9265d9041638c34d37a7e4bf524;p=pspp doc: Correct documentation for pspp-convert. --- diff --git a/doc/pspp-convert.texi b/doc/pspp-convert.texi index 8c4941f095..c84d556d8e 100644 --- a/doc/pspp-convert.texi +++ b/doc/pspp-convert.texi @@ -68,17 +68,20 @@ If the password is unknown, use the @option{-a} and @option{-l} options to specify how to search for it, or @option{--password-list} to specify a file of passwords to try. -Use @code{-O @var{extension}} to override the inferred format or to +Use @code{-O format=@var{format}} to override the inferred format or to specify the format for unrecognized extensions. -The following options are accepted: +@command{pspp-convert} accepts the following options: @table @option -@item -O @var{format} -@itemx --output-format=@var{format} -Specifies the desired output format. @var{format} must be one of the -extensions listed above, e.g. @code{-O csv} requests comma-separated -value output. +@item @option{-O format=@var{format}} +Overrides the format inferred from the output file's extension. Use +@option{--help} to list the available formats. @xref{Invoking PSPP}, +for details of the available output formats. + +@item @option{-O @var{option}=@var{value}} +Sets an option for the output file format. @xref{Invoking PSPP}, for +details of the available output options. @item -c @var{maxcases} @itemx --cases=@var{maxcases}