From d2ec3e33f104a97fcc9e3158637a22870d5fb14b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 1 Apr 2012 20:19:31 +0200 Subject: [PATCH] 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 --- term-utils/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2