Skip to content

Commit

Permalink
Merge pull request #472 from RyanKung/master
Browse files Browse the repository at this point in the history
rm `.`
  • Loading branch information
brson committed May 17, 2016
2 parents c6e430a + 201326d commit debf1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup-cli/rustup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pub fn cli() -> App<'static, 'static> {
.arg(Arg::with_name("command")
.required(true)))
.subcommand(SubCommand::with_name("doc")
.about("Open the documentation for the current toolchain.")
.about("Open the documentation for the current toolchain")
.after_help(DOC_HELP)
.arg(Arg::with_name("book")
.long("book")
Expand Down

0 comments on commit debf1b6

Please sign in to comment.