Skip to content

Commit 8353007

Browse files
committed
cli: make help output for -l and -L consistent
1 parent dd2e804 commit 8353007

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/librustc/session/config.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1707,16 +1707,15 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
17071707
"",
17081708
"Add a directory to the library search path. The
17091709
optional KIND can be one of dependency, crate, native,
1710-
framework or all (the default).",
1710+
framework, or all (the default).",
17111711
"[KIND=]PATH",
17121712
),
17131713
opt::multi_s(
17141714
"l",
17151715
"",
17161716
"Link the generated crate(s) to the specified native
17171717
library NAME. The optional KIND can be one of
1718-
static, dylib, or framework. If omitted, dylib is
1719-
assumed.",
1718+
static, framework, or dylib (the default).",
17201719
"[KIND=]NAME",
17211720
),
17221721
opt::multi_s(

0 commit comments

Comments
 (0)