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:
bors 2014-02-10 17:11:48 -08:00
commit 47ab5d2d42
1 changed files with 1 additions and 0 deletions

View File

@ -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()));