Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-05 02:17:01 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-05 02:17:01 +0400
commit2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /mkfs_minix.c
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
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");