- commentary typo fix
This commit is contained in:
parent
d73cbd31a2
commit
1d4cd606a1
@ -18,7 +18,7 @@ int losetup_main(int argc, char **argv)
|
|||||||
char *s;
|
char *s;
|
||||||
unsigned long long offset = 0;
|
unsigned long long offset = 0;
|
||||||
|
|
||||||
/* max 2 args, all opts are mutially exclusive */
|
/* max 2 args, all opts are mutually exclusive */
|
||||||
opt_complementary = "?2:d--of:o--df:f-do";
|
opt_complementary = "?2:d--of:o--df:f-do";
|
||||||
opt = getopt32(argv, "do:f", &opt_o);
|
opt = getopt32(argv, "do:f", &opt_o);
|
||||||
argc -= optind;
|
argc -= optind;
|
||||||
|
Loading…
Reference in New Issue
Block a user