From af8eab546ef5bafc229598440200681f0fa5a1e8 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 2 Jan 2021 22:50:49 +0800 Subject: [PATCH] Fix usage message --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 096fa86c75afb56539a1fa80378a834b41437fc3..98b19cc3ea9fcd1b067c5fc14164e938ad95acb1 100644 --- a/src/main.zig +++ b/src/main.zig @@ -332,7 +332,7 @@ const usage_build_generic = \\ -dynamic Force output to be dynamically linked \\ -static Force output to be statically linked \\ -Bsymbolic Bind global references locally - \\ --subsystem [subsystem] (Windows) /SUBSYSTEM: to the linker\n" + \\ --subsystem [subsystem] (Windows) /SUBSYSTEM: to the linker \\ --stack [size] Override default stack size \\ --image-base [addr] Set base address for executable image \\ -framework [name] (Darwin) link against framework -- 2.54.0