diff options
Diffstat (limited to 'fsck_minix.c')
-rw-r--r-- | fsck_minix.c | 15 |
1 files changed, 0 insertions, 15 deletions
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) | |||
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); |