diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-04 22:17:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-04 22:17:01 +0000 |
commit | 2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch) | |
tree | 12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /util-linux/mkfs_minix.c | |
parent | 028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff) | |
download | busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.bz2 busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.zip |
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |