Skip to content

Commit 7606c1b

Browse files
committed
Improve a help message for doc --rustdoc
1 parent a223e5a commit 7606c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/rustup_mode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ const DOCS_DATA: &[(&str, &str, &str,)] = &[
15151515
("reference", "The Rust Reference", "reference/index.html"),
15161516
("rust-by-example", "A collection of runnable examples that illustrate various Rust concepts and standard libraries", "rust-by-example/index.html"),
15171517
("rustc", "The compiler for the Rust programming language", "rustc/index.html"),
1518-
("rustdoc", "Generate documentation for Rust projects", "rustdoc/index.html"),
1518+
("rustdoc", "Documentation generator for Rust projects", "rustdoc/index.html"),
15191519
("std", "Standard library API documentation", "std/index.html"),
15201520
("test", "Support code for rustc's built in unit-test and micro-benchmarking framework", "test/index.html"),
15211521
("unstable-book", "The Unstable Book", "unstable-book/index.html"),

0 commit comments

Comments
 (0)