authorgravatar for prc.zhao@outlook.comSizhe Zhao <prc.zhao@outlook.com> 2021-01-02 22:50:49+08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-01-02 16:03:41-08:00
logaf8eab546ef5bafc229598440200681f0fa5a1e8
tree62fb2fbf25d92e648e8ff3d299cf59c08ae787f9
parent44c9bf559bd99899e7858cc37930f91a9de932d2

Fix usage message


1 files changed, 1 insertions(+), 1 deletions(-)

src/main.zig+1-1
...@@ -332,7 +332,7 @@ const usage_build_generic =...@@ -332,7 +332,7 @@ const usage_build_generic =
332 \\ -dynamic Force output to be dynamically linked332 \\ -dynamic Force output to be dynamically linked
333 \\ -static Force output to be statically linked333 \\ -static Force output to be statically linked
334 \\ -Bsymbolic Bind global references locally334 \\ -Bsymbolic Bind global references locally
335 \\ --subsystem [subsystem] (Windows) /SUBSYSTEM:<subsystem> to the linker\n"335 \\ --subsystem [subsystem] (Windows) /SUBSYSTEM:<subsystem> to the linker
336 \\ --stack [size] Override default stack size336 \\ --stack [size] Override default stack size
337 \\ --image-base [addr] Set base address for executable image337 \\ --image-base [addr] Set base address for executable image
338 \\ -framework [name] (Darwin) link against framework338 \\ -framework [name] (Darwin) link against framework