Commit 80a4898e44

Andrew Kelley <superjoe30@gmail.com>
2016-01-31 10:05:19
delete bogus --help text
1 parent 55c9ae1
Changed files (1)
src/main.cpp
@@ -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;
 }