diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-11-19 13:26:35 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-11-19 13:26:35 -0500 |
| commit | 89e82281be73701f5a634770366e9dca5a0e89a9 (patch) | |
| tree | 0e1d6f73153461ae535f01c7577bf2ff7115cdb2 /src/main.cpp | |
| parent | b1a676b279db81e83f694142590fca9b53a6a235 (diff) | |
| download | zig-89e82281be73701f5a634770366e9dca5a0e89a9.tar.gz zig-89e82281be73701f5a634770366e9dca5a0e89a9.zip | |
fix incorrect --help text
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp index 84ff2fb4b2..078dfb25f9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -466,16 +466,9 @@ int main(int argc, char **argv) { "\n" "General Options:\n" " --help Print this help and exit\n" - " --build-file [file] Override path to build.zig\n" - " --cache-dir [path] Override path to cache directory\n" " --verbose Print commands before executing them\n" - " --verbose-tokenize Enable compiler debug output for tokenization\n" - " --verbose-ast Enable compiler debug output for parsing into an AST\n" - " --verbose-link Enable compiler debug output for linking\n" - " --verbose-ir Enable compiler debug output for Zig IR\n" - " --verbose-llvm-ir Enable compiler debug output for LLVM IR\n" - " --verbose-cimport Enable compiler debug output for C imports\n" " --prefix [path] Override default install prefix\n" + " --search-prefix [path] Add a path to look for binaries, libraries, headers\n" "\n" "Project-specific options become available when the build file is found.\n" "\n" |
