Add missing flag handling

This commit is contained in:
Johan Wikman
2017-03-15 10:25:02 +02:00
parent c51cd8858d
commit 1c8205e005

View File

@ -376,7 +376,7 @@ int main(int argc, char* argv[])
bool dont_bail_out = false; bool dont_bail_out = false;
int c; int c;
while ((c = getopt(argc, argv, "pqr")) != -1) while ((c = getopt(argc, argv, "dpqr")) != -1)
{ {
switch (c) switch (c)
{ {