aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.82
-rw-r--r--sbin/mount/mount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 7aac5dbbbd98..04782b3bb18a 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -41,8 +41,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl adfpruvw
-.Op Fl o Ar options
.Op Fl F Ar fstab
+.Op Fl o Ar options
.Op Fl t Ar ufs | external_type
.Nm
.Op Fl dfpruvw
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 3780925a375e..e96878653833 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] [-o options] [ -F fstab] [-t ufs | external_type]",
+" mount [-adfpruvw] [ -F fstab] [-o options] [-t ufs | external_type]",
" mount [-dfpruvw] special | node");
exit(1);
}