We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6e430a + 201326d commit debf1b6Copy full SHA for debf1b6
src/rustup-cli/rustup_mode.rs
@@ -229,7 +229,7 @@ pub fn cli() -> App<'static, 'static> {
229
.arg(Arg::with_name("command")
230
.required(true)))
231
.subcommand(SubCommand::with_name("doc")
232
- .about("Open the documentation for the current toolchain.")
+ .about("Open the documentation for the current toolchain")
233
.after_help(DOC_HELP)
234
.arg(Arg::with_name("book")
235
.long("book")
0 commit comments