From: Matthias Krüger Date: Fri, 23 Mar 2018 01:33:50 +0000 (+0100) Subject: add final linebreak to cargo default help message. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~16^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b36e963fa73e1b2e417030f6015e40e638f3a34;p=cargo.git add final linebreak to cargo default help message. --- diff --git a/src/bin/cli.rs b/src/bin/cli.rs index a6ca961af..da5f4eb59 100644 --- a/src/bin/cli.rs +++ b/src/bin/cli.rs @@ -134,7 +134,7 @@ Some common cargo commands are (see all commands with --list): install Install a Rust binary uninstall Uninstall a Rust binary -See 'cargo help ' for more information on a specific command.", +See 'cargo help ' for more information on a specific command.\n", ) .arg(opt("version", "Print version info and exit").short("V")) .arg(opt("list", "List installed commands"))