projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027bb93
)
add final linebreak to cargo default help message.
author
Matthias Krüger
<matthias.krueger@famsik.de>
Fri, 23 Mar 2018 01:33:50 +0000
(
02:33
+0100)
committer
Matthias Krüger
<matthias.krueger@famsik.de>
Fri, 23 Mar 2018 01:33:50 +0000
(
02:33
+0100)
src/bin/cli.rs
patch
|
blob
|
history
diff --git
a/src/bin/cli.rs
b/src/bin/cli.rs
index a6ca961af58721eb3545efcefb5ae29538f47744..da5f4eb59e7196baa6ac42275d6d3d6081563e93 100644
(file)
--- 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 <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"))