[lld/mac] fix typo

This commit is contained in:
Thorsten Schütt 2020-12-31 08:23:29 +01:00
parent 08665b1805
commit 4a290a5905
1 changed files with 2 additions and 2 deletions

View File

@ -513,11 +513,11 @@ def v : Flag<["-"], "v">,
HelpText<"Print the linker version and search paths and exit">,
Group<grp_rare>;
def adhoc_codesign : Flag<["-"], "adhoc_codesign">,
HelpText<"Write an ad-hocd code signature to the output file.">,
HelpText<"Write an ad-hoc code signature to the output file.">,
Flags<[HelpHidden]>,
Group<grp_rare>;
def no_adhoc_codesign : Flag<["-"], "no_adhoc_codesign">,
HelpText<"Do not write an ad-hocd code signature to the output file.">,
HelpText<"Do not write an ad-hoc code signature to the output file.">,
Group<grp_rare>;
def version_details : Flag<["-"], "version_details">,
HelpText<"Print the linker version in JSON form">,