Skip to content

Commit 0c5311e

Browse files
committed
Fix a typo in rustc help menu
Change from native-static-deps to native-static-libs.
1 parent 06bb0e0 commit 0c5311e

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
@@ -1332,7 +1332,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
13321332
print on stdout",
13331333
"[crate-name|file-names|sysroot|cfg|target-list|\
13341334
target-cpus|target-features|relocation-models|\
1335-
code-models|target-spec-json|native-static-deps]"),
1335+
code-models|target-spec-json|native-static-libs]"),
13361336
opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"),
13371337
opt::flagmulti_s("O", "", "Equivalent to -C opt-level=2"),
13381338
opt::opt_s("o", "", "Write output to <filename>", "FILENAME"),

0 commit comments

Comments
 (0)