diff --git a/src/iodine.c b/src/iodine.c index 5bf8785..6b95d76 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -366,6 +366,9 @@ main(int argc, char **argv) } } } + } else if (choice == '?') { + usage(); + /* Not reached */ } else { /* skip all other options until we find preset */ continue;