diff options
-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 62a1a7363..e224a4d54 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -18,7 +18,7 @@ int losetup_main(int argc, char **argv) | |||
18 | char *s; | 18 | char *s; |
19 | unsigned long long offset = 0; | 19 | unsigned long long offset = 0; |
20 | 20 | ||
21 | /* max 2 args, all opts are mutially exclusive */ | 21 | /* max 2 args, all opts are mutually exclusive */ |
22 | opt_complementary = "?2:d--of:o--df:f-do"; | 22 | opt_complementary = "?2:d--of:o--df:f-do"; |
23 | opt = getopt32(argv, "do:f", &opt_o); | 23 | opt = getopt32(argv, "do:f", &opt_o); |
24 | argc -= optind; | 24 | argc -= optind; |