FILE *out = stdout;
fputs(USAGE_HEADER, out);
fprintf(out,
- _(" %s [options]\n"),
- program_invocation_short_name);
- fprintf(out,
- _(" %s [-t] timingfile [-I|-B] typescript\n"),
+ _(" %s [options] <timingfile> <typescript>\n"),
program_invocation_short_name);
fputs(USAGE_SEPARATOR, out);
fputs(_(" -d, --divisor <num> speed up or slow down execution with time divisor\n"), out);
fputs(_(" -E, --echo <when> echo input in session (auto, always or never)\n"), out);
fputs(_(" -m, --maxdelay <num> wait at most this many seconds between updates\n"), out);
+
+ fputs(USAGE_SEPARATOR, out);
fprintf(out, USAGE_HELP_OPTIONS(25));
fprintf(out, USAGE_MAN_TAIL("scriptlive(1)"));