Index: lld/trunk/ELF/Options.td =================================================================== --- lld/trunk/ELF/Options.td +++ lld/trunk/ELF/Options.td @@ -291,7 +291,7 @@ def strip_debug: F<"strip-debug">, HelpText<"Strip debugging information">; defm symbol_ordering_file: Eq<"symbol-ordering-file">, - HelpText<"Layout sections in the order specified by symbol file">; + HelpText<"Layout sections to place symbols in the order specified by symbol ordering file">; defm sysroot: Eq<"sysroot">, HelpText<"Set the system root">;