It's mentioned in the docs, but when you run rustup --help:
...
update Update Rust toolchains
...
rustup update also updates rustup itself. While I think this is a good idea, I was a little surprised by the action. rustup update --help does explains things well.
Could consider changing the top level help to something like:
update Update Rust toolchains and rustup
Since you can also do rustup self update, maybe this could be confusing though.
It's mentioned in the docs, but when you run
rustup --help:rustup updatealso updates rustup itself. While I think this is a good idea, I was a little surprised by the action.rustup update --helpdoes explains things well.Could consider changing the top level help to something like:
Since you can also do
rustup self update, maybe this could be confusing though.