From: Ben Pfaff Date: Fri, 31 Mar 2006 18:34:19 +0000 (+0000) Subject: -d and -u are no longer supported. X-Git-Tag: v0.6.0~1024 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26790c082083ccc1ea32d6d76741d86f51874acb;p=pspp-builds.git -d and -u are no longer supported. --- diff --git a/doc/invoking.texi b/doc/invoking.texi index 125fdd2b..e91bf699 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -92,18 +92,6 @@ Sets the configuration directory to @var{dir}. @xref{File locations}. Selects the output device with name @var{device}. If this option is given more than once, then all devices mentioned are selected. This option disables all devices besides those mentioned on the command line. - -@item -d @var{var}[=@var{value}] -@itemx --define=@var{var}[=@var{value}] - -Defines an `environment variable' named @var{var} having the optional -value @var{value} specified. @xref{Variable values}. - -@item -u @var{var} -@itemx --undef=@var{var} - -Undefines the `environment variable' named @var{var}. @xref{Variable -values}. @end table @node Input and output options, Language control options, Configuration Options, Invocation diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index be87f7f9..9d35ada8 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 31 10:33:37 2006 Ben Pfaff + + * command-line.c: (var pre_syntax_message) -d and -u are no longer + supported. + Sat Mar 11 14:18:39 WST 2006 John Darrington * automake.mk: Moved the pspp binary here. diff --git a/src/ui/terminal/command-line.c b/src/ui/terminal/command-line.c index 9c5af7c8..cf5b660c 100644 --- a/src/ui/terminal/command-line.c +++ b/src/ui/terminal/command-line.c @@ -220,8 +220,6 @@ N_("PSPP, a program for statistical analysis of sample data.\n" " calculated from broken algorithms\n" " -B, --config-dir=DIR set configuration directory to DIR\n" " -o, --device=DEVICE select output driver DEVICE and disable defaults\n" -" -d, --define=VAR[=VALUE] set environment variable VAR to VALUE, or empty\n" -" -u, --undef=VAR undefine environment variable VAR\n" "\nInput and output:\n" " -f, --out-file=FILE send output to FILE (overwritten)\n" " -p, --pipe read script from stdin, send output to stdout\n"