gui cmd line args: add usage() call

This commit is contained in:
Jean-Francois Dockes 2011-11-25 15:04:01 +01:00
parent 2b01554729
commit 8e3e3b12f0

View File

@ -247,6 +247,7 @@ int main(int argc, char **argv)
question = *(++argv);
argc--; goto b1;
case 't': op_flags |= OPT_t; break;
default: Usage();
}
b1: argc--; argv++;
}