Fix SYNOPSIS of manual page, clustering no-arg options correctly.

Sync usage with manpage.
This commit is contained in:
Sheldon Hearn 2004-01-22 21:26:41 +00:00
parent e292a0e3f1
commit 4294ff16a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124846
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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);
}