Skip to content

Commit 06a0c21

Browse files
committed
Add pointer to extended-help entry for -C help codegen options.
1 parent d440a56 commit 06a0c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ pub fn usage(argv0: &str) {
141141
let message = format!("Usage: {} [OPTIONS] INPUT", argv0);
142142
println!("{}\n\
143143
Additional help:
144+
-C help Print codegen options
144145
-W help Print 'lint' options and default settings
145146
-Z help Print internal options for debugging rustc\n",
146147
getopts::usage(message, d::optgroups()));

0 commit comments

Comments
 (0)