mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Rollup merge of #62515 - tshepang:consistent, r=Centril
cli: make help output for -l and -L consistent
This commit is contained in:
@@ -1707,7 +1707,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
||||
"",
|
||||
"Add a directory to the library search path. The
|
||||
optional KIND can be one of dependency, crate, native,
|
||||
framework or all (the default).",
|
||||
framework, or all (the default).",
|
||||
"[KIND=]PATH",
|
||||
),
|
||||
opt::multi_s(
|
||||
@@ -1715,8 +1715,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
||||
"",
|
||||
"Link the generated crate(s) to the specified native
|
||||
library NAME. The optional KIND can be one of
|
||||
static, dylib, or framework. If omitted, dylib is
|
||||
assumed.",
|
||||
static, framework, or dylib (the default).",
|
||||
"[KIND=]NAME",
|
||||
),
|
||||
opt::multi_s(
|
||||
|
||||
Reference in New Issue
Block a user