From 2d2ae0680983001a65e2ecd5c028bc010b5cf108 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 30 Jun 2012 16:51:31 -0500 Subject: [PATCH] main: emulate --errors-to-stdout --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index af34b9b..bb49669 100644 --- a/main.c +++ b/main.c @@ -509,6 +509,7 @@ main(int argc, char *argv[]) { "exact-version", required_argument, NULL, 28, }, { "max-version", required_argument, NULL, 29, }, { "ignore-conflicts", no_argument, &want_ignore_conflicts, 30, }, + { "errors-to-stdout", no_argument, NULL, 31, }, { NULL, 0, NULL, 0 } };