rustdoc: Fix formatting of -h

This commit is contained in:
Brian Anderson 2012-09-11 19:40:20 -07:00
parent be1fdf983f
commit ec225166cd
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ fn opts() -> ~[(getopts::Opt, ~str)] {
fn usage() {
use io::println;
println(~"Usage: rustdoc ~[options] <cratefile>\n");
println(~"Usage: rustdoc [options] <cratefile>\n");
println(~"Options:\n");
for opts().each |opt| {
println(fmt!(" %s", opt.second()));