mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-25 02:55:15 +00:00
Fixed duplicate unrecognised command line option error
This commit is contained in:
parent
2850b6043d
commit
4b4f73d11e
@ -366,6 +366,9 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (choice == '?') {
|
||||||
|
usage();
|
||||||
|
/* Not reached */
|
||||||
} else {
|
} else {
|
||||||
/* skip all other options until we find preset */
|
/* skip all other options until we find preset */
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user