aboutsummaryrefslogtreecommitdiff
path: root/mkfs_minix.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
commit2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /mkfs_minix.c
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
downloadbusybox-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
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()
program_name);
#ifndef BB_FEATURE_TRIVIAL_HELP
fprintf(stderr, "\nMake a MINIX filesystem.\n\n");
- fprintf(stderr, "OPTIONS:\n");
+ fprintf(stderr, "Options:\n");
fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n");
fprintf(stderr,
"\t-n [14|30]\tSpecify the maximum length of filenames\n");