diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 6a154e2b2..05e532cda 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[OPTIONS] [-o OPTS] DEVICE NODE" | 21 | //usage: "[OPTIONS] [-o OPTS] DEVICE NODE" |
22 | //usage:#define mount_full_usage "\n\n" | 22 | //usage:#define mount_full_usage "\n\n" |
23 | //usage: "Mount a filesystem. Filesystem autodetection requires /proc.\n" | 23 | //usage: "Mount a filesystem. Filesystem autodetection requires /proc.\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -a Mount all filesystems in fstab" | 24 | //usage: "\n -a Mount all filesystems in fstab" |
26 | //usage: IF_FEATURE_MOUNT_FAKE( | 25 | //usage: IF_FEATURE_MOUNT_FAKE( |
27 | //usage: IF_FEATURE_MTAB_SUPPORT( | 26 | //usage: IF_FEATURE_MTAB_SUPPORT( |