diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-11 13:13:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-11 13:13:34 +0100 |
| commit | 8144e82c6c1ffa3406ed8bcd87c15096d6ab4538 (patch) | |
| tree | b3089270bf74a88fa3c180911dbb70413d45c7aa /src/main.cpp | |
| parent | d0f7cf74e94741f2820a61ecba60ed5be460a921 (diff) | |
Fix docs for `-lld`
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8f13b28f6..0dd1e0c27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1719,7 +1719,7 @@ void print_show_help(String const arg0, String const &command) { print_usage_line(2, "Disables automatic linking with the C Run Time"); print_usage_line(0, ""); - print_usage_line(1, "-use-lld"); + print_usage_line(1, "-lld"); print_usage_line(2, "Use the LLD linker rather than the default"); print_usage_line(0, ""); |