diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c index d5b12331f..cfc0ca43a 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)"));