aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-01-31 02:05:19 -0700
committerAndrew Kelley <superjoe30@gmail.com>2016-01-31 02:05:19 -0700
commit80a4898e4472124ab689e588d80c42831b236ea4 (patch)
treea71dd89611c08bda8c80dd98219265a60c142dc2
parent55c9ae119382add2b840ae6526884bc9d99c9994 (diff)
downloadzig-80a4898e4472124ab689e588d80c42831b236ea4.tar.gz
zig-80a4898e4472124ab689e588d80c42831b236ea4.zip
delete bogus --help text
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bc112c564c..ce2fade160 100644
--- a/src/main.cpp
+++ b/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;
}