From: David Given Date: Sat, 15 Oct 2016 21:34:54 +0000 (+0200) Subject: Oops, forgot to add the output option spec to the string! X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=286435a2ed157a8cb620f8b268445ccb85e4924b;p=ack.git Oops, forgot to add the output option spec to the string! --- diff --git a/mach/proto/mcg/main.c b/mach/proto/mcg/main.c index 1c0d7065c..36696bca4 100644 --- a/mach/proto/mcg/main.c +++ b/mach/proto/mcg/main.c @@ -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;