diff options
Diffstat (limited to 'util-linux/losetup.c')
-rw-r--r-- | util-linux/losetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index e44773a07..0f5914c88 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -23,7 +23,7 @@ int losetup_main(int argc UNUSED_PARAM, char **argv) | |||
23 | }; | 23 | }; |
24 | 24 | ||
25 | /* max 2 args, all opts are mutually exclusive */ | 25 | /* max 2 args, all opts are mutually exclusive */ |
26 | opt_complementary = "?2:d--of:o--df:f-do"; | 26 | opt_complementary = "?2:d--of:o--df:f--do"; |
27 | opt = getopt32(argv, "do:f", &opt_o); | 27 | opt = getopt32(argv, "do:f", &opt_o); |
28 | argv += optind; | 28 | argv += optind; |
29 | 29 | ||