Skip to content

Commit 39c2d85

Browse files
JohanLorenzoManishearth
authored andcommitted
Fix wrong help message left in rust-lang#31368
1 parent f2bea1c commit 39c2d85

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
@@ -510,7 +510,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
510510
link_args: Option<Vec<String>> = (None, parse_opt_list,
511511
"extra arguments to pass to the linker (space separated)"),
512512
link_dead_code: bool = (false, parse_bool,
513-
"let the linker strip dead coded (turning it on can be used for code coverage)"),
513+
"don't let linker strip dead code (turning it on can be used for code coverage)"),
514514
lto: bool = (false, parse_bool,
515515
"perform LLVM link-time optimizations"),
516516
target_cpu: Option<String> = (None, parse_opt_string,

0 commit comments

Comments
 (0)