authorgravatar for isnt@haze.coolHaze Booth <isnt@haze.cool> 2020-01-03 02:15:43-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-03 02:17:08-05:00
logf40b6b85f18148ead61c3704a4bb8832c8b203e9
treee9735b7a2ee44f6e067ed7e8a3ac277de0163c69
parentf83411b0b1b857c7f8679e3b90d2093ba60621d4

Remove `translate-c-2` from zig help


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

src/main.cpp-1
...@@ -43,7 +43,6 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {...@@ -43,7 +43,6 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
43 " libc [paths_file] Display native libc paths file or validate one\n"43 " libc [paths_file] Display native libc paths file or validate one\n"
44 " run [source] [-- [args]] create executable and run immediately\n"44 " run [source] [-- [args]] create executable and run immediately\n"
45 " translate-c [source] convert c code to zig code\n"45 " translate-c [source] convert c code to zig code\n"
46 " translate-c-2 [source] experimental self-hosted translate-c\n"
47 " targets list available compilation targets\n"46 " targets list available compilation targets\n"
48 " test [source] create and run a test build\n"47 " test [source] create and run a test build\n"
49 " version print version number and exit\n"48 " version print version number and exit\n"