]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
scriptreplay: cleanup usage()
authorKarel Zak <kzak@redhat.com>
Wed, 19 Jun 2019 13:56:58 +0000 (15:56 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:53 +0000 (13:11 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptreplay.c

index d5b12331f432d5ee0d670a26b01437d948206962..cfc0ca43a633380c086da4568a6fa56929994935 100644 (file)
@@ -371,11 +371,10 @@ usage(void)
        fputs(_("Play back terminal typescripts, using timing information.\n"), out);
 
        fputs(USAGE_OPTIONS, out);
-       fputs(_(" -t, --timing <file>     script timing output file\n"
-               " -s, --typescript <file> script terminal session output file\n"
-               " -d, --divisor <num>     speed up or slow down execution with time divisor\n"
-               " -m, --maxdelay <num>    wait at most this many seconds between updates\n"
-               ), out);
+       fputs(_(" -t, --timing <file>     script timing log file\n"), out);
+       fputs(_(" -s, --typescript <file> script data log file\n"), out);
+       fputs(_(" -d, --divisor <num>     speed up or slow down execution with time divisor\n"), out);
+       fputs(_(" -m, --maxdelay <num>    wait at most this many seconds between updates\n"), out);
        printf(USAGE_HELP_OPTIONS(25));
 
        printf(USAGE_MAN_TAIL("scriptreplay(1)"));