authorgravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-24 07:49:15-05:00
committergravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-24 07:49:15-05:00
log28cd337d1ffc547f296f574b82547d6b15253167
tree97141570b92992ba079d1acd28888055d306c2ba
parent7dcee99510fe4d69faae67f3aa41cfb47a43045e

fixed formatting in options display


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

src/main.cpp+2-1
...@@ -97,7 +97,8 @@ static int print_full_usage(const char *arg0) {...@@ -97,7 +97,8 @@ static int print_full_usage(const char *arg0) {
97 " -rdynamic add all symbols to the dynamic symbol table\n"97 " -rdynamic add all symbols to the dynamic symbol table\n"
98 " -rpath [path] add directory to the runtime library search path\n"98 " -rpath [path] add directory to the runtime library search path\n"
99 " --no-rosegment compromise security to workaround valgrind bug\n"99 " --no-rosegment compromise security to workaround valgrind bug\n"
100 " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n" " -framework [name] (darwin) link against framework\n"100 " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n"
101 " -framework [name] (darwin) link against framework\n"
101 " -mios-version-min [ver] (darwin) set iOS deployment target\n"102 " -mios-version-min [ver] (darwin) set iOS deployment target\n"
102 " -mmacosx-version-min [ver] (darwin) set Mac OS X deployment target\n"103 " -mmacosx-version-min [ver] (darwin) set Mac OS X deployment target\n"
103 " --ver-major [ver] dynamic library semver major version\n"104 " --ver-major [ver] dynamic library semver major version\n"