From 80a4898e4472124ab689e588d80c42831b236ea4 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 31 Jan 2016 02:05:19 -0700 Subject: delete bogus --help text --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') 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; } -- cgit v1.2.3