diff options
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 34a4a91ab..2b0697ae5 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -626,7 +626,7 @@ int mkfs_minix_main(int argc, char **argv) | |||
626 | bb_error_msg_and_die("bad inode size"); | 626 | bb_error_msg_and_die("bad inode size"); |
627 | #endif | 627 | #endif |
628 | 628 | ||
629 | opt = getopt32(argc, argv, "ci:l:n:v", &str_i, &listfile, &str_n); | 629 | opt = getopt32(argv, "ci:l:n:v", &str_i, &listfile, &str_n); |
630 | argv += optind; | 630 | argv += optind; |
631 | //if (opt & 1) -c | 631 | //if (opt & 1) -c |
632 | if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i | 632 | if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i |