[LLD] [ELF] Fix the help listing for the wrap option. NFC.

This option just takes a single symbol name per invocation of the
option.

Differential Revision: https://reviews.llvm.org/D89007
This commit is contained in:
Martin Storsjö 2020-10-06 13:07:17 +03:00
parent b581c5a42f
commit 1dbfd87319
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ defm whole_archive: B<"whole-archive",
"Do not force load of all members in a static library (default)">;
defm wrap: Eq<"wrap", "Use wrapper functions for symbol">,
MetaVarName<"<symbol>=<symbol>">;
MetaVarName<"<symbol>">;
def z: JoinedOrSeparate<["-"], "z">, MetaVarName<"<option>">,
HelpText<"Linker option extensions">;