mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Sync usage() and SYNOPSIS.
This commit is contained in:
parent
e364b59197
commit
bcd84fb7e3
2 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
.Op Fl C Ar charset
|
||||
.Op Fl o Ar options
|
||||
.Op Fl s Ar startsector
|
||||
.Ar special | node
|
||||
.Ar special node
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
|
|
@ -187,7 +187,8 @@ void
|
|||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: mount_cd9660 [-egrv] [-o options] [-s startsector] [-C charset ] special node\n");
|
||||
"usage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector]\n"
|
||||
" special node\n");
|
||||
exit(EX_USAGE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue