Skip to content

Commit c419e77

Browse files
committed
Touchup the debug flag description printing
1 parent 194d378 commit c419e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn describe_debug_flags() {
113113
io::println(fmt!("\nAvailable debug options:\n"));
114114
for session::debugging_opts_map().each |pair| {
115115
let (name, desc, _) = *pair;
116-
io::println(fmt!(" -Z%-20s -- %s", name, desc));
116+
io::println(fmt!(" -Z %-20s -- %s", name, desc));
117117
}
118118
}
119119

0 commit comments

Comments
 (0)