Sync usage() and SYNOPSIS.
This commit is contained in:
parent
d5fcd8fb46
commit
af2d98bd34
@ -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…
x
Reference in New Issue
Block a user