diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-06-17 14:40:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-17 14:40:07 -0400 |
| commit | 431fda414189e012252614c7cf3702b46b305e35 (patch) | |
| tree | 929ff496c8b03785eb425329318f5b38170d6962 /src/main.cpp | |
| parent | e5956f23ca702b79a3a4b0f0440a2fe88e0231e5 (diff) | |
| parent | 74ccf56a4b1da78b6cd6b0ac34dd6ded1e15b155 (diff) | |
| download | zig-431fda414189e012252614c7cf3702b46b305e35.tar.gz zig-431fda414189e012252614c7cf3702b46b305e35.zip | |
Merge pull request #1123 from ziglang/remove-number-casting-syntax
Remove number casting syntax
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c63a143bff..0fe12bb0cb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ static int usage(const char *arg0) { " --assembly [source] add assembly file to build\n" " --cache-dir [path] override the cache directory\n" " --color [auto|off|on] enable or disable colored error messages\n" - " --emit [filetype] emit a specific file format as compilation output\n" + " --emit [asm|bin|llvm-ir] emit a specific file format as compilation output\n" " --enable-timing-info print timing diagnostics\n" " --libc-include-dir [path] directory where libc stdlib.h resides\n" " --name [name] override output name\n" |
