Skip to content

Commit 688fade

Browse files
committed
Add a help description for --threads to avoid confusion.
llvm-svn: 270964
1 parent 2c1a9da commit 688fade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lld/ELF/Options.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def strip_debug : Flag<["--"], "strip-debug">,
150150
def sysroot : Joined<["--"], "sysroot=">,
151151
HelpText<"Set the system root">;
152152

153-
def threads : Flag<["--"], "threads">;
153+
def threads : Flag<["--"], "threads">,
154+
HelpText<"Enable use of threads">;
154155

155156
def trace: Flag<["--"], "trace">,
156157
HelpText<"Print the names of the input files">;

0 commit comments

Comments
 (0)