diff options
Diffstat (limited to 'util-linux/blkdiscard.c')
-rw-r--r-- | util-linux/blkdiscard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index 048d39e83..5863f0aab 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c | |||
@@ -53,8 +53,7 @@ int blkdiscard_main(int argc UNUSED_PARAM, char **argv) | |||
53 | OPT_SECURE = (1 << 2), | 53 | OPT_SECURE = (1 << 2), |
54 | }; | 54 | }; |
55 | 55 | ||
56 | opt_complementary = "=1"; | 56 | opts = getopt32(argv, "^" "o:l:s" "\0" "=1", &offset_str, &length_str); |
57 | opts = getopt32(argv, "o:l:s", &offset_str, &length_str); | ||
58 | argv += optind; | 57 | argv += optind; |
59 | 58 | ||
60 | fd = xopen(argv[0], O_RDWR|O_EXCL); | 59 | fd = xopen(argv[0], O_RDWR|O_EXCL); |