aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r--util-linux/mkfs_minix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index 88d797584..aaabf8453 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -604,8 +604,7 @@ int mkfs_minix_main(int argc UNUSED_PARAM, char **argv)
604 bb_error_msg_and_die("bad inode size"); 604 bb_error_msg_and_die("bad inode size");
605#endif 605#endif
606 606
607 opt_complementary = "n+"; /* -n N */ 607 opt = getopt32(argv, "ci:l:n:+v", &str_i, &listfile, &G.namelen);
608 opt = getopt32(argv, "ci:l:n:v", &str_i, &listfile, &G.namelen);
609 argv += optind; 608 argv += optind;
610 //if (opt & 1) -c 609 //if (opt & 1) -c
611 if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i 610 if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i