We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd24cb7 commit dfc04e5Copy full SHA for dfc04e5
src/librustc/rustc.rc
@@ -140,10 +140,10 @@ pub fn version(argv0: &str) {
140
141
pub fn usage(argv0: &str) {
142
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",
+ io::println(fmt!("%s\
+Additional help:
+ -W help Print 'lint' options and default settings
+ -Z help Print internal options for debugging rustc\n",
147
groups::usage(message, optgroups())));
148
}
149
0 commit comments