summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-03-01 22:17:09 +0000
committerRui Ueyama <ruiu@google.com>2016-03-01 22:17:09 +0000
commit148945eb17384804dc8800af0d7091dd2551e933 (patch)
tree7b36c57ee8195a1e00146536aeb626546f8e6bad
parenta3ad9cd793f4d13b6228f34946cc2c4dba95692f (diff)
downloadbcm5719-llvm-148945eb17384804dc8800af0d7091dd2551e933.tar.gz
bcm5719-llvm-148945eb17384804dc8800af0d7091dd2551e933.zip
Fix --help message.
llvm-svn: 262413
-rw-r--r--lld/ELF/Options.td4
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">;
OpenPOWER on IntegriCloud