aboutsummaryrefslogtreecommitdiff
path: root/mkfs_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs_minix.c')
-rw-r--r--mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs_minix.c b/mkfs_minix.c
index 670d03a3a..9493f2b2b 100644
--- a/mkfs_minix.c
+++ b/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");