Add pointer to extended-help entry for `-C help` codegen options.

This commit is contained in:
Felix S. Klock II 2014-02-10 16:54:00 +01:00
parent d440a569bb
commit 06a0c21c91
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()));