mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-11 07:21:51 +00:00
Fix a typo in rustc help menu
Change from native-static-deps to native-static-libs.
This commit is contained in:
parent
06bb0e01be
commit
0c5311edeb
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user