diff options
| author | Haze Booth <isnt@haze.cool> | 2020-01-03 02:15:43 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-03 02:17:08 -0500 |
| commit | f40b6b85f18148ead61c3704a4bb8832c8b203e9 (patch) | |
| tree | e9735b7a2ee44f6e067ed7e8a3ac277de0163c69 | |
| parent | f83411b0b1b857c7f8679e3b90d2093ba60621d4 (diff) | |
| download | zig-f40b6b85f18148ead61c3704a4bb8832c8b203e9.tar.gz zig-f40b6b85f18148ead61c3704a4bb8832c8b203e9.zip | |
Remove `translate-c-2` from zig help
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 43a89b4efe..ea9f089072 100644 --- 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" |
