]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
scriptreplay: fix typo
authorKarel Zak <kzak@redhat.com>
Mon, 25 Nov 2019 11:49:41 +0000 (12:49 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Nov 2019 11:49:41 +0000 (12:49 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptreplay.c

index 64c95df694ad813be7d0bb9283010d7063283b2d..359eb62959083559e46b2c720cf274e240a85b0f 100644 (file)
@@ -59,7 +59,7 @@ usage(void)
        fputs(_(" -O, --log-out <file>    script stdout log file (default)\n"), out);
        fputs(_(" -B, --log-io <file>     script stdin and stdout log file\n"), out);
        fputs(USAGE_SEPARATOR, out);
-       fputs(_(" -s, --typescript <file> deprecated alist to -O\n"), out);
+       fputs(_(" -s, --typescript <file> deprecated alias to -O\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(_("     --summary           display overview about recorded session and exit\n"), out);