Skip to content

Commit e0ffef9

Browse files
authored
Merge pull request #3127 from noritada/fix/doc-command-rustdoc-opt-description-improvements
Improve a help message for `rustup doc --rustdoc`
2 parents 5f52d5c + 7606c1b commit e0ffef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/rustup_mode.rs

+1-1
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)