diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 59b052826..42b51fa81 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -932,7 +932,7 @@ | |||
932 | "$ freeramdisk /dev/ram2\n" | 932 | "$ freeramdisk /dev/ram2\n" |
933 | 933 | ||
934 | #define fsck_trivial_usage \ | 934 | #define fsck_trivial_usage \ |
935 | "[-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]" | 935 | "[-ANPRTV] [ -C fd ] [-t fstype] [fs-options] [filesys ...]" |
936 | #define fsck_full_usage \ | 936 | #define fsck_full_usage \ |
937 | "Check and repair filesystems" \ | 937 | "Check and repair filesystems" \ |
938 | "\n\nOptions:\n" \ | 938 | "\n\nOptions:\n" \ |
@@ -941,9 +941,9 @@ | |||
941 | " -P When using -A, check filesystems in parallel\n" \ | 941 | " -P When using -A, check filesystems in parallel\n" \ |
942 | " -R When using -A, skip the root filesystem\n" \ | 942 | " -R When using -A, skip the root filesystem\n" \ |
943 | " -T Don't show title on startup\n" \ | 943 | " -T Don't show title on startup\n" \ |
944 | " -V Verbose mode\n" \ | 944 | " -V Verbose\n" \ |
945 | " -C Write status information to specified filedescriptor\n" \ | 945 | " -C n Write status information to specified filedescriptor\n" \ |
946 | " -t List of filesystem types to check" | 946 | " -t type List of filesystem types to check" |
947 | 947 | ||
948 | #define fsck_minix_trivial_usage \ | 948 | #define fsck_minix_trivial_usage \ |
949 | "[-larvsmf] /dev/name" | 949 | "[-larvsmf] /dev/name" |