From 02a51ce1e3d8cd7b7d41fc8d84018f421b1aa553 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 19 Jun 2019 15:56:58 +0200 Subject: [PATCH] scriptreplay: cleanup usage() Signed-off-by: Karel Zak --- term-utils/scriptreplay.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c index d5b12331f4..cfc0ca43a6 100644 --- a/term-utils/scriptreplay.c +++ b/term-utils/scriptreplay.c @@ -371,11 +371,10 @@ usage(void) fputs(_("Play back terminal typescripts, using timing information.\n"), out); fputs(USAGE_OPTIONS, out); - fputs(_(" -t, --timing script timing output file\n" - " -s, --typescript script terminal session output file\n" - " -d, --divisor speed up or slow down execution with time divisor\n" - " -m, --maxdelay wait at most this many seconds between updates\n" - ), out); + fputs(_(" -t, --timing script timing log file\n"), out); + fputs(_(" -s, --typescript script data log file\n"), out); + fputs(_(" -d, --divisor speed up or slow down execution with time divisor\n"), out); + fputs(_(" -m, --maxdelay wait at most this many seconds between updates\n"), out); printf(USAGE_HELP_OPTIONS(25)); printf(USAGE_MAN_TAIL("scriptreplay(1)")); -- 2.47.2