diff options
Diffstat (limited to 'util-linux/fallocate.c')
-rw-r--r-- | util-linux/fallocate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c index 70e7e178f..1a02a322f 100644 --- a/util-linux/fallocate.c +++ b/util-linux/fallocate.c | |||
@@ -82,8 +82,7 @@ int fallocate_main(int argc UNUSED_PARAM, char **argv) | |||
82 | int fd; | 82 | int fd; |
83 | 83 | ||
84 | /* exactly one non-option arg */ | 84 | /* exactly one non-option arg */ |
85 | opt_complementary = "=1"; | 85 | opts = getopt32(argv, "^" "l:o:" "\0" "=1", &str_l, &str_o); |
86 | opts = getopt32(argv, "l:o:", &str_l, &str_o); | ||
87 | if (!(opts & 1)) | 86 | if (!(opts & 1)) |
88 | bb_show_usage(); | 87 | bb_show_usage(); |
89 | 88 | ||