Skip to content

Commit

Permalink
Merge pull request #552 from natemara/natemara-patch-1
Browse files Browse the repository at this point in the history
Fix helptext for `rustup update`
  • Loading branch information
brson authored Jun 30, 2016
2 parents 3ff8c82 + 94892e0 commit 70e336e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rustup-cli/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ toolchains are listed as well.";
pub static UPDATE_HELP: &'static str =
r"
With no toolchain specified, the `update` command updates each of the
stable, beta, and nightly toolchains from the official release
channels, then updates rustup itself.
installed toolchains from the official release channels, then updates
rustup itself.
If given a toolchain argument then `update` updates that toolchain,
the same as `rustup toolchain update`.
Expand Down

0 comments on commit 70e336e

Please sign in to comment.