about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-01 09:18:49 +0000
committerbors <bors@rust-lang.org>2024-09-01 09:18:49 +0000
commit3c0996b2fa1c0adc8cdffe2cc7a9d97eeaf11dc5 (patch)
tree768c0244df33445c56a1fd63b8639818c3b4a3c0 /src/doc
parentf03c7b21700478c6c2b335b37caba72c3a06e447 (diff)
parent53451c2b76169532d5398614c5778c7bc4f68985 (diff)
downloadrust-3c0996b2fa1c0adc8cdffe2cc7a9d97eeaf11dc5.tar.gz
rust-3c0996b2fa1c0adc8cdffe2cc7a9d97eeaf11dc5.zip
Auto merge of #3854 - rust-lang:rustup-2024-09-01, r=RalfJung
Automatic Rustup
Diffstat (limited to 'src/doc')
-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>