summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/mount.c')
-rw-r--r--sbin/mount/mount.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index cecf347..4ce8b81 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -704,9 +704,9 @@ 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] [-o options] [-t ufs | external_type]",
-" mount [-dfpruvw] special | node");
+"usage: mount [-adfpruvw] [-F fstab] [-o options] [-t ufs | external_type]",
+" mount [-dfpruvw] special | node",
+" mount [-dfpruvw] [-o options] [-t ufs | external_type] special node");
exit(1);
}
OpenPOWER on IntegriCloud