From: Sami Kerola Date: Sun, 1 Apr 2012 18:19:31 +0000 (+0200) Subject: script: error in usage() output X-Git-Tag: v2.22-rc1~564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ec3e33f104a97fcc9e3158637a22870d5fb14b;p=thirdparty%2Futil-linux.git script: error in usage() output Error originates to commit 3ff526391fb5c6b33418dc9cfec31c2ff9b4792e which is bit more than year, and part or releases v2.20 & v2.21. Signed-off-by: Sami Kerola --- diff --git a/term-utils/script.c b/term-utils/script.c index 0d891b8ee7..effedac4f5 100644 --- a/term-utils/script.c +++ b/term-utils/script.c @@ -133,7 +133,7 @@ usage(FILE *out) fputs(_("\nOptions:\n"), out); fputs(_(" -a, --append append the output\n" " -c, --command run command rather than interactive shell\n" - " -r, --return return exit code of the child process\n" + " -e, --return return exit code of the child process\n" " -f, --flush run flush after each write\n" " --force use output file even when it is a link\n" " -q, --quiet be quiet\n"