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

Sync usage with manpage.
This commit is contained in:
sheldonh 2004-01-22 21:26:41 +00:00
parent 1fdea8077a
commit 001cd63133
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);
}