diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td index 39191af7dc169..4c89f96c3ebaa 100644 --- a/lld/MachO/Options.td +++ b/lld/MachO/Options.td @@ -133,7 +133,7 @@ def print_symbol_order_eq: Joined<["--"], "print-symbol-order=">, def irpgo_profile: Separate<["--"], "irpgo-profile">, Group; def irpgo_profile_eq: Joined<["--"], "irpgo-profile=">, Alias(irpgo_profile)>, MetaVarName<"">, - HelpText<"Read the IRPGO for use with -bp-startup-sort and other profile-guided optimizations">, + HelpText<"Read the IRPGO for use with --bp-startup-sort and other profile-guided optimizations">, Group; def bp_startup_sort: Joined<["--"], "bp-startup-sort=">, MetaVarName<"[none,function]">,