add final linebreak to cargo default help message.
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 23 Mar 2018 01:33:50 +0000 (02:33 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Fri, 23 Mar 2018 01:33:50 +0000 (02:33 +0100)
src/bin/cli.rs

index a6ca961af58721eb3545efcefb5ae29538f47744..da5f4eb59e7196baa6ac42275d6d3d6081563e93 100644 (file)
@@ -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 <command>' for more information on a specific command.",
+See 'cargo help <command>' for more information on a specific command.\n",
         )
         .arg(opt("version", "Print version info and exit").short("V"))
         .arg(opt("list", "List installed commands"))