Skip to content

Commit debf1b6

Browse files
committed
Merge pull request #472 from RyanKung/master
rm `.`
2 parents c6e430a + 201326d commit debf1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup-cli/rustup_mode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub fn cli() -> App<'static, 'static> {
229229
.arg(Arg::with_name("command")
230230
.required(true)))
231231
.subcommand(SubCommand::with_name("doc")
232-
.about("Open the documentation for the current toolchain.")
232+
.about("Open the documentation for the current toolchain")
233233
.after_help(DOC_HELP)
234234
.arg(Arg::with_name("book")
235235
.long("book")

0 commit comments

Comments
 (0)