delete bogus --help text

This commit is contained in:
Andrew Kelley 2016-01-31 02:05:19 -07:00
parent 55c9ae1193
commit 80a4898e44

View File

@ -31,7 +31,6 @@ static int usage(const char *arg0) {
" --libc-path [path] set the C compiler data path\n"
" -isystem [dir] add additional search path for other .h files\n"
" -dirafter [dir] same as -isystem but do it last\n"
" --c-import-warnings enable warnings when importing .h files\n"
, arg0);
return EXIT_FAILURE;
}