Skip to content

Commit c353eae

Browse files
committed
Rollup merge of rust-lang#32868 - kraai:remove-comma, r=GuillaumeGomez
Remove an extra command from the usage message
2 parents d1f1f38 + 43a0f41 commit c353eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
892892
opt::multi_s("L", "", "Add a directory to the library search path",
893893
"[KIND=]PATH"),
894894
opt::multi_s("l", "", "Link the generated crate(s) to the specified native
895-
library NAME. The optional KIND can be one of,
895+
library NAME. The optional KIND can be one of
896896
static, dylib, or framework. If omitted, dylib is
897897
assumed.", "[KIND=]NAME"),
898898
opt::multi_s("", "crate-type", "Comma separated list of types of crates

0 commit comments

Comments
 (0)