Skip to content

Commit

Permalink
Fix usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 authored and andrewrk committed Jan 3, 2021
1 parent 44c9bf5 commit af8eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Expand Up @@ -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:<subsystem> to the linker\n"
\\ --subsystem [subsystem] (Windows) /SUBSYSTEM:<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
Expand Down

0 comments on commit af8eab5

Please sign in to comment.