main: emulate --errors-to-stdout

pull/29/head
William Pitcock 2012-06-30 16:51:31 -05:00
parent 1bd5355099
commit 2d2ae06809
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -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 }
};