aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorthomas <zimmi@users.noreply.github.com>2019-07-12 09:27:36 +0200
committerAndrew Kelley <andrew@ziglang.org>2019-07-12 10:23:39 -0400
commit02b1aea291acc8bfdbe72146ef2bf1748d0a6996 (patch)
tree9327f0b75bb58c5c82b2267218c0e9116e8115d5 /src/main.cpp
parent1766bd8a0806ad654ee0eadfcb84acf7be2145ff (diff)
downloadzig-02b1aea291acc8bfdbe72146ef2bf1748d0a6996.tar.gz
zig-02b1aea291acc8bfdbe72146ef2bf1748d0a6996.zip
fix typo in help text for bundle-compiler-rt
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9329229a7b..1acde987cb 100644
--- 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"