aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-11-19 13:26:35 -0500
committerAndrew Kelley <superjoe30@gmail.com>2018-11-19 13:26:35 -0500
commit89e82281be73701f5a634770366e9dca5a0e89a9 (patch)
tree0e1d6f73153461ae535f01c7577bf2ff7115cdb2 /std
parentb1a676b279db81e83f694142590fca9b53a6a235 (diff)
downloadzig-89e82281be73701f5a634770366e9dca5a0e89a9.tar.gz
zig-89e82281be73701f5a634770366e9dca5a0e89a9.zip
fix incorrect --help text
Diffstat (limited to 'std')
-rw-r--r--std/special/build_runner.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/special/build_runner.zig b/std/special/build_runner.zig
index 15e3534380..ff3b53619d 100644
--- a/std/special/build_runner.zig
+++ b/std/special/build_runner.zig
@@ -164,7 +164,6 @@ fn usage(builder: *Builder, already_ran_build: bool, out_stream: var) !void {
\\
\\General Options:
\\ --help Print this help and exit
- \\ --init Generate a build.zig template
\\ --verbose Print commands before executing them
\\ --prefix [path] Override default install prefix
\\ --search-prefix [path] Add a path to look for binaries, libraries, headers