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:
authorMatt Kraai <kraai@debian.org>2000-07-17 00:57:15 +0400
committerMatt Kraai <kraai@debian.org>2000-07-17 00:57:15 +0400
commitbf181b9338152759fd56c8009e9a962a84808e7c (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /mkfs_minix.c
parent3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff)
Extract usage information into a separate file.
Diffstat (limited to 'mkfs_minix.c')
-rw-r--r--mkfs_minix.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mkfs_minix.c b/mkfs_minix.c
index 9ae4b569c..dec310d30 100644
--- a/mkfs_minix.c
+++ b/mkfs_minix.c
@@ -267,19 +267,6 @@ static volatile void die(char *str)
exit(8);
}
-const char mkfs_minix_usage[] =
- "mkfs.minix [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nMake a MINIX filesystem.\n\n"
- "Options:\n"
- "\t-c\t\tCheck the device for bad blocks\n"
- "\t-n [14|30]\tSpecify the maximum length of filenames\n"
- "\t-i INODES\tSpecify the number of inodes for the filesystem\n"
- "\t-l FILENAME\tRead the bad blocks list from FILENAME\n"
- "\t-v\t\tMake a Minix version 2 filesystem\n\n"
-#endif
- ;
-
static volatile void show_usage() __attribute__ ((noreturn));
static volatile void show_usage()
{