diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2024-08-27 22:12:18 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2024-08-27 22:14:16 +0300 |
| commit | ac8f1320143baff8f2471985d77270f99ac42d0b (patch) | |
| tree | 6a326645e0718818ff6edf151c93ac240c0703d1 | |
| parent | 05bd36de5068c8c34a404594926af268e5f4cb13 (diff) | |
| download | rust-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.md | 2 |
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> |
