Skip to content

Commit 47ab5d2

Browse files
committed
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.)
2 parents 38ed467 + 06a0c21 commit 47ab5d2

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)