Document -F in usage() and SYNOPSIS.
This commit is contained in:
parent
e2a37856e9
commit
833eea53d9
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user