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/fsck_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/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index ea27c236c..5807b9af5 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -288,21 +288,6 @@ static void leave(int status) | |||
288 | exit(status); | 288 | exit(status); |
289 | } | 289 | } |
290 | 290 | ||
291 | const char fsck_minix_usage[] = | ||
292 | "Usage: fsck.minix [-larvsmf] /dev/name\n" | ||
293 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
294 | "\nPerforms a consistency check for MINIX filesystems.\n\n" | ||
295 | "Options:\n" | ||
296 | "\t-l\tLists all filenames\n" | ||
297 | "\t-r\tPerform interactive repairs\n" | ||
298 | "\t-a\tPerform automatic repairs\n" | ||
299 | "\t-v\tverbose\n" | ||
300 | "\t-s\tOutputs super-block information\n" | ||
301 | "\t-m\tActivates MINIX-like \"mode not cleared\" warnings\n" | ||
302 | "\t-f\tForce file system check.\n\n" | ||
303 | #endif | ||
304 | ; | ||
305 | |||
306 | static void show_usage(void) | 291 | static void show_usage(void) |
307 | { | 292 | { |
308 | usage(fsck_minix_usage); | 293 | usage(fsck_minix_usage); |