diff options
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index f49ce95a4..6391f9bd9 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2919,8 +2919,7 @@ int fdisk_main(int argc UNUSED_PARAM, char **argv) | |||
2919 | 2919 | ||
2920 | close_dev_fd(); /* needed: fd 3 must not stay closed */ | 2920 | close_dev_fd(); /* needed: fd 3 must not stay closed */ |
2921 | 2921 | ||
2922 | opt_complementary = "b+:C+:H+:S+"; /* numeric params */ | 2922 | opt = getopt32(argv, "b:+C:+H:+lS:+u" IF_FEATURE_FDISK_BLKSIZE("s"), |
2923 | opt = getopt32(argv, "b:C:H:lS:u" IF_FEATURE_FDISK_BLKSIZE("s"), | ||
2924 | §or_size, &user_cylinders, &user_heads, &user_sectors); | 2923 | §or_size, &user_cylinders, &user_heads, &user_sectors); |
2925 | argv += optind; | 2924 | argv += optind; |
2926 | if (opt & OPT_b) { | 2925 | if (opt & OPT_b) { |