aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-05-27 04:48:21 +0000
committerSean Silva <chisophugis@gmail.com>2016-05-27 04:48:21 +0000
commitcc9d94883dbdc8bae2be17b58d8088af68b25217 (patch)
tree28143b4d64d8948748446cafcc3f128c49646a7f
parentb9cab3de23cf44550a106fba39c70a9c7040a29d (diff)
Add a help description for --threads to avoid confusion.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@270964 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--ELF/Options.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/ELF/Options.td b/ELF/Options.td
index 99b94ba3c..0825ef7d0 100644
--- a/ELF/Options.td
+++ b/ELF/Options.td
@@ -150,7 +150,8 @@ def strip_debug : Flag<["--"], "strip-debug">,
def sysroot : Joined<["--"], "sysroot=">,
HelpText<"Set the system root">;
-def threads : Flag<["--"], "threads">;
+def threads : Flag<["--"], "threads">,
+ HelpText<"Enable use of threads">;
def trace: Flag<["--"], "trace">,
HelpText<"Print the names of the input files">;