diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fsck_minix.c | 2 | ||||
-rw-r--r-- | util-linux/mkfs_minix.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index 1e482f3f9..adeb78967 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -203,7 +203,7 @@ static void show_usage(void) | |||
203 | #ifndef BB_FEATURE_TRIVIAL_HELP | 203 | #ifndef BB_FEATURE_TRIVIAL_HELP |
204 | fprintf(stderr, | 204 | fprintf(stderr, |
205 | "\nPerforms a consistency check for MINIX filesystems.\n\n"); | 205 | "\nPerforms a consistency check for MINIX filesystems.\n\n"); |
206 | fprintf(stderr, "OPTIONS:\n"); | 206 | fprintf(stderr, "Options:\n"); |
207 | fprintf(stderr, "\t-l\tLists all filenames\n"); | 207 | fprintf(stderr, "\t-l\tLists all filenames\n"); |
208 | fprintf(stderr, "\t-r\tPerform interactive repairs\n"); | 208 | fprintf(stderr, "\t-r\tPerform interactive repairs\n"); |
209 | fprintf(stderr, "\t-a\tPerform automatic repairs\n"); | 209 | fprintf(stderr, "\t-a\tPerform automatic repairs\n"); |
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 670d03a3a..9493f2b2b 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -183,7 +183,7 @@ static volatile void show_usage() | |||
183 | program_name); | 183 | program_name); |
184 | #ifndef BB_FEATURE_TRIVIAL_HELP | 184 | #ifndef BB_FEATURE_TRIVIAL_HELP |
185 | fprintf(stderr, "\nMake a MINIX filesystem.\n\n"); | 185 | fprintf(stderr, "\nMake a MINIX filesystem.\n\n"); |
186 | fprintf(stderr, "OPTIONS:\n"); | 186 | fprintf(stderr, "Options:\n"); |
187 | fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n"); | 187 | fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n"); |
188 | fprintf(stderr, | 188 | fprintf(stderr, |
189 | "\t-n [14|30]\tSpecify the maximum length of filenames\n"); | 189 | "\t-n [14|30]\tSpecify the maximum length of filenames\n"); |