Document -F in usage() and SYNOPSIS.

This commit is contained in:
ru 2004-12-21 14:53:44 +00:00
parent e2a37856e9
commit 833eea53d9
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
.Nd control the ATAPI CD-R/RW driver
.Sh SYNOPSIS
.Nm
.Op Fl delmnpqtv
.Op Fl deFlmnpqtv
.Op Fl f Ar device
.Op Fl s Ar speed
.Op Ar command

View File

@ -693,7 +693,7 @@ void
usage(void)
{
fprintf(stderr,
"usage: %s [-delmnpqtv] [-f device] [-s speed] [command]"
"usage: %s [-deFlmnpqtv] [-f device] [-s speed] [command]"
" [command file ...]\n", getprogname());
exit(EX_USAGE);
}