]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
script: error in usage() output
authorSami Kerola <kerolasa@iki.fi>
Sun, 1 Apr 2012 18:19:31 +0000 (20:19 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Apr 2012 11:14:20 +0000 (13:14 +0200)
Error originates to commit 3ff526391fb5c6b33418dc9cfec31c2ff9b4792e
which is bit more than year, and part or releases v2.20 & v2.21.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
term-utils/script.c

index 0d891b8ee7388a8a3bcaf42b8520f7c96b50dacf..effedac4f59a9a76ca9491f5946adc8dbe820008 100644 (file)
@@ -133,7 +133,7 @@ usage(FILE *out)
        fputs(_("\nOptions:\n"), out);
        fputs(_(" -a, --append            append the output\n"
                " -c, --command <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"