Skip to content

Commit

Permalink
Rollup merge of rust-lang#44693 - mssun:native-static-libs-patch, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

Fix a typo in rustc help menu

Change from native-static-deps to native-static-libs.

Fix a typo introduced by this merged pull request: rust-lang#43067
  • Loading branch information
GuillaumeGomez authored Sep 19, 2017
2 parents 23b4020 + 0c5311e commit bb20692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
print on stdout",
"[crate-name|file-names|sysroot|cfg|target-list|\
target-cpus|target-features|relocation-models|\
code-models|target-spec-json|native-static-deps]"),
code-models|target-spec-json|native-static-libs]"),
opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"),
opt::flagmulti_s("O", "", "Equivalent to -C opt-level=2"),
opt::opt_s("o", "", "Write output to <filename>", "FILENAME"),
Expand Down

0 comments on commit bb20692

Please sign in to comment.