aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authornebulaeonline <linux@nebulae.online>2018-12-24 07:49:15 -0500
committernebulaeonline <linux@nebulae.online>2018-12-24 07:49:15 -0500
commit28cd337d1ffc547f296f574b82547d6b15253167 (patch)
tree97141570b92992ba079d1acd28888055d306c2ba /src/main.cpp
parent7dcee99510fe4d69faae67f3aa41cfb47a43045e (diff)
downloadzig-28cd337d1ffc547f296f574b82547d6b15253167.tar.gz
zig-28cd337d1ffc547f296f574b82547d6b15253167.zip
fixed formatting in options display
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 303e48d750..faca9511dc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -97,7 +97,8 @@ static int print_full_usage(const char *arg0) {
" -rdynamic add all symbols to the dynamic symbol table\n"
" -rpath [path] add directory to the runtime library search path\n"
" --no-rosegment compromise security to workaround valgrind bug\n"
- " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n" " -framework [name] (darwin) link against framework\n"
+ " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n"
+ " -framework [name] (darwin) link against framework\n"
" -mios-version-min [ver] (darwin) set iOS deployment target\n"
" -mmacosx-version-min [ver] (darwin) set Mac OS X deployment target\n"
" --ver-major [ver] dynamic library semver major version\n"