Oops, forgot to add the output option spec to the string!

This commit is contained in:
David Given 2016-10-15 23:34:54 +02:00
parent b36897c299
commit 286435a2ed

View file

@ -46,7 +46,7 @@ int main(int argc, char* const argv[])
opterr = 1; opterr = 1;
for (;;) for (;;)
{ {
int c = getopt(argc, argv, "-d:D:C:"); int c = getopt(argc, argv, "-d:D:C:o:");
if (c == -1) if (c == -1)
break; break;