From 7b36e963fa73e1b2e417030f6015e40e638f3a34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Fri, 23 Mar 2018 02:33:50 +0100 Subject: [PATCH] add final linebreak to cargo default help message. --- src/bin/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.30.2