From dd7a6ba43f4fee896b99c5844564c3d9971d6374 Mon Sep 17 00:00:00 2001 From: square Date: Sat, 18 Mar 2023 18:25:52 +0100 Subject: [PATCH] delete `--prominent-compile-errors` from help --- lib/build_runner.zig | 1 - src/main.zig | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/build_runner.zig b/lib/build_runner.zig index 00e7c5b65d58..bfc6ab77f673 100644 --- 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 Limit concurrent jobs (default is to use all CPU cores) diff --git a/src/main.zig b/src/main.zig index e28bdf34cf0f..db28a5b09b0b 100644 --- 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 \\ ;