Skip to content

Commit 17413c6

Browse files
committed
remove obsolete build usage string
1 parent 028d353 commit 17413c6

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/main.zig

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,27 +4352,6 @@ pub fn cmdInit(
43524352
}
43534353
}
43544354

4355-
pub const usage_build =
4356-
\\Usage: zig build [steps] [options]
4357-
\\
4358-
\\ Build a project from build.zig.
4359-
\\
4360-
\\Options:
4361-
\\ -freference-trace[=num] How many lines of reference trace should be shown per compile error
4362-
\\ -fno-reference-trace Disable reference trace
4363-
\\ --summary [mode] Control the printing of the build summary
4364-
\\ all Print the build summary in its entirety
4365-
\\ failures (Default) Only print failed steps
4366-
\\ none Do not print the build summary
4367-
\\ --build-file [file] Override path to build.zig
4368-
\\ --cache-dir [path] Override path to local Zig cache directory
4369-
\\ --global-cache-dir [path] Override path to global Zig cache directory
4370-
\\ --zig-lib-dir [arg] Override path to Zig lib directory
4371-
\\ --build-runner [file] Override path to build runner
4372-
\\ -h, --help Print this help and exit
4373-
\\
4374-
;
4375-
43764355
pub fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !void {
43774356
var color: Color = .auto;
43784357

0 commit comments

Comments
 (0)