diff options
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 9de9df8f3..9387238ab 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2060,8 +2060,7 @@ | |||
2060 | #define mount_trivial_usage \ | 2060 | #define mount_trivial_usage \ |
2061 | "[flags] DEVICE NODE [-o options,more-options]" | 2061 | "[flags] DEVICE NODE [-o options,more-options]" |
2062 | #define mount_full_usage \ | 2062 | #define mount_full_usage \ |
2063 | "Mount a filesystem. Autodetection of filesystem type requires the\n" \ | 2063 | "Mount a filesystem. Filesystem autodetection requires /proc be mounted.\n\n" \ |
2064 | "/proc filesystem be already mounted.\n\n" \ | ||
2065 | "Flags:\n" \ | 2064 | "Flags:\n" \ |
2066 | "\t-a:\t\tMount all filesystems in fstab\n" \ | 2065 | "\t-a:\t\tMount all filesystems in fstab\n" \ |
2067 | USAGE_MTAB( \ | 2066 | USAGE_MTAB( \ |