Fix SYNOPSIS of manual page, clustering no-arg options correctly.
Sync usage with manpage.
This commit is contained in:
parent
1fdea8077a
commit
001cd63133
@ -40,9 +40,7 @@
|
||||
.Nd make typescript of terminal session
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl a
|
||||
.Op Fl k
|
||||
.Op Fl q
|
||||
.Op Fl akq
|
||||
.Op Fl t Ar time
|
||||
.Op Ar file Op command ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -210,7 +210,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: script [-a] [-q] [-k] [-t time] [file] [command]\n");
|
||||
"usage: script [-akq] [-t time] [file [command ...]]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user