Skip to content

Commit dfc04e5

Browse files
brsonthestinger
authored andcommitted
rustc: Fix formatting of --help
1 parent fd24cb7 commit dfc04e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/librustc/rustc.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ pub fn version(argv0: &str) {
140140

141141
pub fn usage(argv0: &str) {
142142
let message = fmt!("Usage: %s [OPTIONS] INPUT", argv0);
143-
io::println(fmt!("%s \
144-
Additional help: \
145-
-W help Print 'lint' options and default settings \
146-
-Z help Print internal options for debugging rustc",
143+
io::println(fmt!("%s\
144+
Additional help:
145+
-W help Print 'lint' options and default settings
146+
-Z help Print internal options for debugging rustc\n",
147147
groups::usage(message, optgroups())));
148148
}
149149

0 commit comments

Comments
 (0)