summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660/mount_cd9660.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_cd9660/mount_cd9660.c')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 998939d..a1a11f9 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -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);
}
OpenPOWER on IntegriCloud