diff options
author | Matt Kraai <kraai@debian.org> | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-07-16 20:57:15 +0000 |
commit | bf181b9338152759fd56c8009e9a962a84808e7c (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /util-linux/mkfs_minix.c | |
parent | 3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff) | |
download | busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.gz busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.bz2 busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.zip |
Extract usage information into a separate file.
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 9ae4b569c..dec310d30 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -267,19 +267,6 @@ static volatile void die(char *str) | |||
267 | exit(8); | 267 | exit(8); |
268 | } | 268 | } |
269 | 269 | ||
270 | const char mkfs_minix_usage[] = | ||
271 | "mkfs.minix [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n" | ||
272 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
273 | "\nMake a MINIX filesystem.\n\n" | ||
274 | "Options:\n" | ||
275 | "\t-c\t\tCheck the device for bad blocks\n" | ||
276 | "\t-n [14|30]\tSpecify the maximum length of filenames\n" | ||
277 | "\t-i INODES\tSpecify the number of inodes for the filesystem\n" | ||
278 | "\t-l FILENAME\tRead the bad blocks list from FILENAME\n" | ||
279 | "\t-v\t\tMake a Minix version 2 filesystem\n\n" | ||
280 | #endif | ||
281 | ; | ||
282 | |||
283 | static volatile void show_usage() __attribute__ ((noreturn)); | 270 | static volatile void show_usage() __attribute__ ((noreturn)); |
284 | static volatile void show_usage() | 271 | static volatile void show_usage() |
285 | { | 272 | { |