Skip to content

Commit ac8f132

Browse files
committed
docs: Update docs for the rustc's -L option
1 parent 05bd36d commit ac8f132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/command-line-arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ KIND=PATH` where `KIND` may be one of:
4747
directory.
4848
- `native` — Only search for native libraries in this directory.
4949
- `framework` — Only search for macOS frameworks in this directory.
50-
- `all` — Search for all library kinds in this directory. This is the default
50+
- `all` — Search for all library kinds in this directory, except frameworks. This is the default
5151
if `KIND` is not specified.
5252

5353
<a id="option-l-link-lib"></a>

0 commit comments

Comments
 (0)