From: Ben Pfaff Date: Sun, 10 Dec 2006 19:14:37 +0000 (+0000) Subject: * command-line.c (pre_syntax_message): Use term "syntax" instead X-Git-Tag: v0.6.0~650 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d443d69154707ed834fccff17a54585c84507d;p=pspp-builds.git * command-line.c (pre_syntax_message): Use term "syntax" instead of "script". --- diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index 21326230..5dda93b7 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 10 11:13:53 2006 Ben Pfaff + + * command-line.c (pre_syntax_message): Use term "syntax" instead + of "script". + Sat Dec 9 07:21:02 WST 2006 John Darrington * msg-ui.c (msg_ui_done): call msg_locator_done. diff --git a/src/ui/terminal/command-line.c b/src/ui/terminal/command-line.c index 3c427cf6..eb7d99fa 100644 --- a/src/ui/terminal/command-line.c +++ b/src/ui/terminal/command-line.c @@ -232,11 +232,11 @@ N_("PSPP, a program for statistical analysis of sample data.\n" "\nInput and output:\n" " -e, --error-file=FILE send error messages to FILE (appended)\n" " -f, --out-file=FILE send output to FILE (overwritten)\n" -" -p, --pipe read script from stdin, send output to stdout\n" +" -p, --pipe read syntax from stdin, send output to stdout\n" " -I-, --no-include clear include path\n" " -I, --include=DIR append DIR to include path\n" "\nLanguage modifiers:\n" -" -i, --interactive interpret scripts in interactive mode\n" +" -i, --interactive interpret syntax in interactive mode\n" " -n, --edit just check syntax; don't actually run the code\n" " -r, --no-statrc disable execution of .pspp/rc at startup\n" " -s, --safer don't allow some unsafe operations\n"