Skip to content

Commit 10d26f8

Browse files
committed
auto merge of rust-lang#9271 : brson/rust/extra-help, r=catamorphism
Look like this now ``` -Z FLAG Set internal debugging options -v --version Print version info and exit Additional help: -W help Print 'lint' options and default settings -Z help Print internal options for debugging rustc ```
2 parents b8d3496 + 34ac5b0 commit 10d26f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub fn version(argv0: &str) {
134134

135135
pub fn usage(argv0: &str) {
136136
let message = fmt!("Usage: %s [OPTIONS] INPUT", argv0);
137-
printfln!("%s\
137+
printfln!("%s\n\
138138
Additional help:
139139
-W help Print 'lint' options and default settings
140140
-Z help Print internal options for debugging rustc\n",

0 commit comments

Comments
 (0)