zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f40b6b85f18148ead61c3704a4bb8832c8b203e9 (tree)
parent f83411b0b1b857c7f8679e3b90d2093ba60621d4
Author: Haze Booth <isnt@haze.cool>
Date:   Fri,  3 Jan 2020 02:15:43 -0500

Remove `translate-c-2` from zig help

Diffstat:
Msrc/main.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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