about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-08-27 22:12:18 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-08-27 22:14:16 +0300
commitac8f1320143baff8f2471985d77270f99ac42d0b (patch)
tree6a326645e0718818ff6edf151c93ac240c0703d1
parent05bd36de5068c8c34a404594926af268e5f4cb13 (diff)
downloadrust-ac8f1320143baff8f2471985d77270f99ac42d0b.tar.gz
rust-ac8f1320143baff8f2471985d77270f99ac42d0b.zip
docs: Update docs for the rustc's `-L` option
-rw-r--r--src/doc/rustc/src/command-line-arguments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md
index fa23e3e414d..e5631ba4274 100644
--- a/src/doc/rustc/src/command-line-arguments.md
+++ b/src/doc/rustc/src/command-line-arguments.md
@@ -47,7 +47,7 @@ KIND=PATH` where `KIND` may be one of:
   directory.
 - `native` — Only search for native libraries in this directory.
 - `framework` — Only search for macOS frameworks in this directory.
-- `all` — Search for all library kinds in this directory. This is the default
+- `all` — Search for all library kinds in this directory, except frameworks. This is the default
   if `KIND` is not specified.
 
 <a id="option-l-link-lib"></a>