authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-01-31 02:05:19-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-01-31 02:05:19-07:00
log80a4898e4472124ab689e588d80c42831b236ea4
treea71dd89611c08bda8c80dd98219265a60c142dc2
parent55c9ae119382add2b840ae6526884bc9d99c9994

delete bogus --help text


1 files changed, 0 insertions(+), 1 deletions(-)

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