authorgravatar for square3880@gmail.comsquare <square3880@gmail.com> 2023-03-18 18:25:52+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-03-18 20:13:52+02:00
log887abd0f33af15d69c0473e2fb139b490f4ecc8f
tree18921fd5d28a836f21cc3a12af46fad1ae16dbd5
parentc31007bb47a4d1d62917324a33e9a9a6cd1df5a6

delete `--prominent-compile-errors` from help


2 files changed, 0 insertions(+), 2 deletions(-)

lib/build_runner.zig-1
......@@ -949,7 +949,6 @@ fn usage(builder: *std.Build, already_ran_build: bool, out_stream: anytype) !voi
949949 \\ -l, --list-steps Print available steps
950950 \\ --verbose Print commands before executing them
951951 \\ --color [auto|off|on] Enable or disable colored error messages
952 \\ --prominent-compile-errors Output compile errors formatted for a human to read
953952 \\ -fsummary Print the build summary, even on success
954953 \\ -fno-summary Omit the build summary, even on failure
955954 \\ -j<N> Limit concurrent jobs (default is to use all CPU cores)
src/main.zig-1
......@@ -4260,7 +4260,6 @@ pub const usage_build =
42604260 \\ --global-cache-dir [path] Override path to global Zig cache directory
42614261 \\ --zig-lib-dir [arg] Override path to Zig lib directory
42624262 \\ --build-runner [file] Override path to build runner
4263 \\ --prominent-compile-errors Output compile errors formatted for a human to read
42644263 \\ -h, --help Print this help and exit
42654264 \\
42664265;