Skip to content

Commit ec22516

Browse files
committed
rustdoc: Fix formatting of -h
1 parent be1fdf9 commit ec22516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn opts() -> ~[(getopts::Opt, ~str)] {
7373
fn usage() {
7474
use io::println;
7575

76-
println(~"Usage: rustdoc ~[options] <cratefile>\n");
76+
println(~"Usage: rustdoc [options] <cratefile>\n");
7777
println(~"Options:\n");
7878
for opts().each |opt| {
7979
println(fmt!(" %s", opt.second()));

0 commit comments

Comments
 (0)