zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 02b1aea291acc8bfdbe72146ef2bf1748d0a6996 (tree)
parent 1766bd8a0806ad654ee0eadfcb84acf7be2145ff
Author: thomas <zimmi@users.noreply.github.com>
Date:   Fri, 12 Jul 2019 09:27:36 +0200

fix typo in help text for bundle-compiler-rt

Diffstat:
Msrc/main.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -91,7 +91,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " -ffunction-sections places each function in a seperate section\n" "\n" "Link Options:\n" - " --bundle-compiler-rt [path] for static libraries, include compiler-rt symbols\n" + " --bundle-compiler-rt for static libraries, include compiler-rt symbols\n" " --dynamic-linker [path] set the path to ld.so\n" " --each-lib-rpath add rpath for each used dynamic library\n" " --library [lib] link against lib\n"