Skip to content

Commit 8ef190c

Browse files
committed
Make -L description a bit more precise.
llvm-svn: 270966
1 parent 3b536d0 commit 8ef190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def build_id : Flag<["--", "-"], "build-id">,
1818
def build_id_eq : Joined<["--", "-"], "build-id=">;
1919

2020
def L : JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
21-
HelpText<"Directory to search for libraries">;
21+
HelpText<"Add a directory to the library search path">;
2222

2323
def O : Joined<["-"], "O">, HelpText<"Optimize">;
2424

0 commit comments

Comments
 (0)