aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-04 22:17:01 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-04 22:17:01 +0000
commit2c965cb1ac1de08663107bd35ea41a87f6f887cc (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /util-linux
parent854864f64a9b7e62d41acb3f4a742a49bb5d6730 (diff)
downloadbusybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.tar.gz
busybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.tar.bz2
busybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.zip
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik git-svn-id: svn://busybox.net/trunk/busybox@735 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fsck_minix.c2
-rw-r--r--util-linux/mkfs_minix.c2
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");