diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-03-01 22:17:09 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-03-01 22:17:09 +0000 |
| commit | 148945eb17384804dc8800af0d7091dd2551e933 (patch) | |
| tree | 7b36c57ee8195a1e00146536aeb626546f8e6bad | |
| parent | a3ad9cd793f4d13b6228f34946cc2c4dba95692f (diff) | |
| download | bcm5719-llvm-148945eb17384804dc8800af0d7091dd2551e933.tar.gz bcm5719-llvm-148945eb17384804dc8800af0d7091dd2551e933.zip | |
Fix --help message.
llvm-svn: 262413
| -rw-r--r-- | lld/ELF/Options.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 21d201a3bce..b6d9896c903 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -61,7 +61,7 @@ def help : Flag<["--", "-"], "help">, HelpText<"Print option help">; def icf : Flag<["--"], "icf=all">, - HelpText<"Enable Identical Code Folding.">; + HelpText<"Enable identical code folding">; def gc_sections : Flag<["--"], "gc-sections">, HelpText<"Enable garbage collection of unused sections">; @@ -80,7 +80,7 @@ def no_allow_shlib_undefined : Flag<["--"], "no-allow-shlib-undefined">; def no_as_needed : Flag<["--"], "no-as-needed">; def no_demangle: Flag<["--"], "no-demangle">, - HelpText<"Demangle symbol names">; + HelpText<"Do not demangle symbol names">; def no_whole_archive : Flag<["--", "-"], "no-whole-archive">, HelpText<"Restores the default behavior of loading archive members">; |

