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
Merged

Fix helptext for rustup update #552

merged 2 commits into from
Jun 30, 2016

Conversation

lily-mara
Copy link
Contributor

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.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"releaschannels" -> "release channels"

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

brson commented Jun 30, 2016

Thanks @natemara!

@lily-mara
Copy link
Contributor Author

Glad to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants