We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2e804 commit 8353007Copy full SHA for 8353007
src/librustc/session/config.rs
@@ -1707,16 +1707,15 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
1707
"",
1708
"Add a directory to the library search path. The
1709
optional KIND can be one of dependency, crate, native,
1710
- framework or all (the default).",
+ framework, or all (the default).",
1711
"[KIND=]PATH",
1712
),
1713
opt::multi_s(
1714
"l",
1715
1716
"Link the generated crate(s) to the specified native
1717
library NAME. The optional KIND can be one of
1718
- static, dylib, or framework. If omitted, dylib is
1719
- assumed.",
+ static, framework, or dylib (the default).",
1720
"[KIND=]NAME",
1721
1722
0 commit comments