Sync synopsis with reality: file arguments are optional.
This commit is contained in:
parent
3539ebd46f
commit
eac28cf68c
@ -42,7 +42,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl s
|
||||
.Ar file Ar ...
|
||||
.Op Ar file Ar ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -92,7 +92,7 @@ main(argc, argv)
|
||||
static void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr, "usage: what [-s] file ...\n");
|
||||
(void)fprintf(stderr, "usage: what [-s] [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user