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 30f0a07 commit 09c4204Copy full SHA for 09c4204
src/librustdoc/lib.rs
@@ -408,6 +408,7 @@ fn usage(argv0: &str) {
408
(option.apply)(&mut options);
409
}
410
println!("{}", options.usage(&format!("{} [options] <input>", argv0)));
411
+ println!("More information available at https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html")
412
413
414
/// A result type used by several functions under `main()`.
0 commit comments