diff options
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index e02e05fa4..b53c97248 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -87,6 +87,19 @@ | |||
87 | * enforced (but it's not much fun on a character device :-). | 87 | * enforced (but it's not much fun on a character device :-). |
88 | */ | 88 | */ |
89 | 89 | ||
90 | //usage:#define fsck_minix_trivial_usage | ||
91 | //usage: "[-larvsmf] BLOCKDEV" | ||
92 | //usage:#define fsck_minix_full_usage "\n\n" | ||
93 | //usage: "Check MINIX filesystem\n" | ||
94 | //usage: "\nOptions:" | ||
95 | //usage: "\n -l List all filenames" | ||
96 | //usage: "\n -r Perform interactive repairs" | ||
97 | //usage: "\n -a Perform automatic repairs" | ||
98 | //usage: "\n -v Verbose" | ||
99 | //usage: "\n -s Output superblock information" | ||
100 | //usage: "\n -m Show \"mode not cleared\" warnings" | ||
101 | //usage: "\n -f Force file system check" | ||
102 | |||
90 | #include <mntent.h> | 103 | #include <mntent.h> |
91 | #include "libbb.h" | 104 | #include "libbb.h" |
92 | #include "minix.h" | 105 | #include "minix.h" |