Document -F in usage() and SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2004-12-21 14:53:44 +00:00
parent c72068b6a8
commit 5d784aa699
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139129
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);
}