mirror of https://github.com/rust-lang/rust.git
Add pointer to extended-help entry for `-C help` codegen options.
This commit is contained in:
parent
d440a569bb
commit
06a0c21c91
|
@ -141,6 +141,7 @@ pub fn usage(argv0: &str) {
|
|||
let message = format!("Usage: {} [OPTIONS] INPUT", argv0);
|
||||
println!("{}\n\
|
||||
Additional help:
|
||||
-C help Print codegen options
|
||||
-W help Print 'lint' options and default settings
|
||||
-Z help Print internal options for debugging rustc\n",
|
||||
getopts::usage(message, d::optgroups()));
|
||||
|
|
Loading…
Reference in New Issue