diff options
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index a8bc4b80d..59d7d23d4 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -67,7 +67,6 @@ | |||
67 | //usage: "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]" | 67 | //usage: "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]" |
68 | //usage:#define mkfs_minix_full_usage "\n\n" | 68 | //usage:#define mkfs_minix_full_usage "\n\n" |
69 | //usage: "Make a MINIX filesystem\n" | 69 | //usage: "Make a MINIX filesystem\n" |
70 | //usage: "\nOptions:" | ||
71 | //usage: "\n -c Check device for bad blocks" | 70 | //usage: "\n -c Check device for bad blocks" |
72 | //usage: "\n -n [14|30] Maximum length of filenames" | 71 | //usage: "\n -n [14|30] Maximum length of filenames" |
73 | //usage: "\n -i INODES Number of inodes for the filesystem" | 72 | //usage: "\n -i INODES Number of inodes for the filesystem" |