script: Further usage string nits.

Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37177
This commit is contained in:
Dag-Erling Smørgrav 2022-10-27 15:36:10 +00:00
parent 3276866f40
commit 6ac087cf8f

View File

@ -366,9 +366,9 @@ static void
usage(void)
{
(void)fprintf(stderr,
"usage: script [-adFfkpqr] [-t time] [file [command ...]]\n");
"usage: script [-aeFfkpqr] [-t time] [file [command ...]]\n");
(void)fprintf(stderr,
" script -p [-deq] [file]\n");
" script -p [-deq] [-T fmt] [file]\n");
exit(1);
}