Oops, forgot to add the output option spec to the string!
authorDavid Given <dg@cowlark.com>
Sat, 15 Oct 2016 21:34:54 +0000 (23:34 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 15 Oct 2016 21:34:54 +0000 (23:34 +0200)
mach/proto/mcg/main.c

index 1c0d706..36696bc 100644 (file)
@@ -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;