We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1f1f38 + 43a0f41 commit c353eaeCopy full SHA for c353eae
src/librustc/session/config.rs
@@ -892,7 +892,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
892
opt::multi_s("L", "", "Add a directory to the library search path",
893
"[KIND=]PATH"),
894
opt::multi_s("l", "", "Link the generated crate(s) to the specified native
895
- library NAME. The optional KIND can be one of,
+ library NAME. The optional KIND can be one of
896
static, dylib, or framework. If omitted, dylib is
897
assumed.", "[KIND=]NAME"),
898
opt::multi_s("", "crate-type", "Comma separated list of types of crates
0 commit comments