From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- fsck_minix.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'fsck_minix.c') diff --git a/fsck_minix.c b/fsck_minix.c index ea27c236c..5807b9af5 100644 --- a/fsck_minix.c +++ b/fsck_minix.c @@ -288,21 +288,6 @@ static void leave(int status) exit(status); } -const char fsck_minix_usage[] = - "Usage: fsck.minix [-larvsmf] /dev/name\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPerforms a consistency check for MINIX filesystems.\n\n" - "Options:\n" - "\t-l\tLists all filenames\n" - "\t-r\tPerform interactive repairs\n" - "\t-a\tPerform automatic repairs\n" - "\t-v\tverbose\n" - "\t-s\tOutputs super-block information\n" - "\t-m\tActivates MINIX-like \"mode not cleared\" warnings\n" - "\t-f\tForce file system check.\n\n" -#endif - ; - static void show_usage(void) { usage(fsck_minix_usage); -- cgit v1.2.3