Skip to content

Commit 09c4204

Browse files
committed
Add message in help for rustdoc book link
1 parent 30f0a07 commit 09c4204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ fn usage(argv0: &str) {
408408
(option.apply)(&mut options);
409409
}
410410
println!("{}", options.usage(&format!("{} [options] <input>", argv0)));
411+
println!("More information available at https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html")
411412
}
412413

413414
/// A result type used by several functions under `main()`.

0 commit comments

Comments
 (0)