summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.81
-rw-r--r--sbin/mount/mount.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 486b17f..7aac5db 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -41,6 +41,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl adfpruvw
+.Op Fl o Ar options
.Op Fl F Ar fstab
.Op Fl t Ar ufs | external_type
.Nm
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 8c825d0..3780925 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -706,7 +706,7 @@ usage()
(void)fprintf(stderr, "%s\n%s\n%s\n",
"usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node",
-" mount [-adfpruvw] [ -F fstab] [-t ufs | external_type]",
+" mount [-adfpruvw] [-o options] [ -F fstab] [-t ufs | external_type]",
" mount [-dfpruvw] special | node");
exit(1);
}
OpenPOWER on IntegriCloud