mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Document -F in usage() and SYNOPSIS.
This commit is contained in:
parent
c72068b6a8
commit
5d784aa699
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue