X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Finvoking.texi;h=125fdd2b884cf6ab7d75f0f07279553d340cdfc6;hb=009350385d97d9fba2b33ea68cfe8b1aeebf1529;hp=d5ab97d0ac8cb5c969e10bed70c373332c000b0a;hpb=ece7245b6bf64b2d3d8a50472d18bbe176c982d4;p=pspp-builds.git diff --git a/doc/invoking.texi b/doc/invoking.texi index d5ab97d0..125fdd2b 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -35,21 +35,11 @@ PSPP's command line: @item @var{file} A file by itself on the command line will be executed as a syntax file. -PSPP terminates after the syntax file runs, unless the @code{-i} or +If multiple files may be specified, they are executed in order, as if +their contents had been given in a single file. +PSPP terminates after the syntax files run, unless the @code{-i} or @code{--interactive} option is given (@pxref{Language control options}). -@item @var{file1} @var{file2} - -When two or more filenames are given on the command line, the first -syntax file is executed, then PSPP's dictionary is cleared, then the second -syntax file is executed. - -@item @var{file1} + @var{file2} - -If syntax files' names are delimited by a plus sign (@samp{+}), then the -dictionary is not cleared between their executions, as if they were -concatenated together into a single file. - @item @var{key}=@var{value} Defines an output device macro @var{key} to expand to @var{value},