Parity with rustup's help

When `rustup help` is run, it suggests using `rustup doc --book` rather than docs. While docs is a valid alias, I feel that both the book and the help should be the same.
This commit is contained in:
Smeagol 2023-05-09 16:01:32 -04:00 committed by GitHub
parent 8fa6b854d5
commit 22e4c82ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ to install or update Rust.
The HTML format is available online at
[https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/)
and offline with installations of Rust made with `rustup`; run `rustup docs
and offline with installations of Rust made with `rustup`; run `rustup doc
--book` to open.
Several community [translations] are also available.