X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Finvoking.texi;h=be89ace6104fdce4d964fb84e527330ae4de09a9;hb=f9ffedbdbf9cafa930ef8ed05fb9b31335041ce2;hp=86ddc31f12516c79424aa92ad40ecfbc7d5c703f;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/doc/invoking.texi b/doc/invoking.texi index 86ddc31f12..be89ace610 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -41,6 +41,7 @@ corresponding short options. -O @var{option}=@var{value} -O format=@var{format} -O device=@{terminal|listing@} +--no-output -e, --error-file=@var{error-file} @end example @@ -106,6 +107,11 @@ SET command's output routing subcommands (@pxref{SET}). By default, output written to standard output is considered a terminal device and other output is considered a listing device. +@item --no-output +Disables output entirely, if neither @option{-o} nor @option{-O} is +also used. If one of those options is used, @option{--no-output} has +no effect. + @item -e @var{error-file} @itemx --error-file=@var{error-file} Configures a file to receive PSPP error, warning, and note messages in @@ -360,6 +366,9 @@ To produce output as an OpenDocument text (ODT) document, specify @option{-o @var{file}} on the PSPP command line. If @var{file} does not end in @file{.odt}, you must also specify @option{-O format=odt}. +ODT support is only available if your installation of PSPP was +compiled with the libxml2 library. + The OpenDocument output format does not have any configurable options. @node Comma-Separated Value Output Options