diff options
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 05fd23129..9390e3415 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1696,7 +1696,8 @@ | |||
1696 | #define mount_trivial_usage \ | 1696 | #define mount_trivial_usage \ |
1697 | "[flags] DEVICE NODE [-o options,more-options]" | 1697 | "[flags] DEVICE NODE [-o options,more-options]" |
1698 | #define mount_full_usage \ | 1698 | #define mount_full_usage \ |
1699 | "Mount a filesystem\n\n" \ | 1699 | "Mount a filesystem. Autodetection of filesystem type requires the\n" \ |
1700 | "/proc filesystem be already mounted.\n\n" \ | ||
1700 | "Flags:\n" \ | 1701 | "Flags:\n" \ |
1701 | "\t-a:\t\tMount all filesystems in fstab.\n" \ | 1702 | "\t-a:\t\tMount all filesystems in fstab.\n" \ |
1702 | USAGE_MTAB( \ | 1703 | USAGE_MTAB( \ |