auto merge of #12153 : pnkfelix/rust/fsk-add-dash-C-help-pointer, r=sanxiyn
(The fact that this flag has a large collection of suboptions qualifies it for an entry in the "Additional help" section.)
This commit is contained in:
commit
47ab5d2d42
|
@ -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