commit 887abd0f33af15d69c0473e2fb139b490f4ecc8f (tree)
parent c31007bb47a4d1d62917324a33e9a9a6cd1df5a6
Author: square <square3880@gmail.com>
Date: Sat, 18 Mar 2023 18:25:52 +0100
delete `--prominent-compile-errors` from help
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/build_runner.zig b/lib/build_runner.zig
@@ -949,7 +949,6 @@ fn usage(builder: *std.Build, already_ran_build: bool, out_stream: anytype) !voi
\\ -l, --list-steps Print available steps
\\ --verbose Print commands before executing them
\\ --color [auto|off|on] Enable or disable colored error messages
- \\ --prominent-compile-errors Output compile errors formatted for a human to read
\\ -fsummary Print the build summary, even on success
\\ -fno-summary Omit the build summary, even on failure
\\ -j<N> Limit concurrent jobs (default is to use all CPU cores)
diff --git a/src/main.zig b/src/main.zig
@@ -4260,7 +4260,6 @@ pub const usage_build =
\\ --global-cache-dir [path] Override path to global Zig cache directory
\\ --zig-lib-dir [arg] Override path to Zig lib directory
\\ --build-runner [file] Override path to build runner
- \\ --prominent-compile-errors Output compile errors formatted for a human to read
\\ -h, --help Print this help and exit
\\
;