From 286435a2ed157a8cb620f8b268445ccb85e4924b Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 15 Oct 2016 23:34:54 +0200 Subject: [PATCH] Oops, forgot to add the output option spec to the string! --- mach/proto/mcg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1