Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helptext for `rustup update` #552

Merged
merged 2 commits into from Jun 30, 2016

Conversation

Projects
None yet
2 participants
@natemara
Copy link
Contributor

natemara commented Jun 28, 2016

The issue was raised in #528 that the help text for rustup update does not accurately reflect the behavior. This changes the help text to more accurately describe the behavior of the update subcommand.

Fix helptext for `rustup update`
The issue was raised in #528 that the help text for `rustup update` does not accurately reflect the behavior. This changes the help text to more accurately describe the behavior of the update subcommand.
@@ -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 releasechannels, then updates

This comment has been minimized.

@brson

brson Jun 28, 2016

Contributor

"releaschannels" -> "release channels"

@brson brson merged commit 70e336e into rust-lang:master Jun 30, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@brson

This comment has been minimized.

Copy link
Contributor

brson commented Jun 30, 2016

Thanks @natemara!

@natemara

This comment has been minimized.

Copy link
Contributor Author

natemara commented Jul 1, 2016

Glad to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.