Oops, forgot to add the output option spec to the string!
This commit is contained in:
parent
b36897c299
commit
286435a2ed
|
@ -46,7 +46,7 @@ int main(int argc, char* const argv[])
|
|||
opterr = 1;
|
||||
for (;;)
|
||||
{
|
||||
int c = getopt(argc, argv, "-d:D:C:");
|
||||
int c = getopt(argc, argv, "-d:D:C:o:");
|
||||
if (c == -1)
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue