projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a2252
)
Fix usage text for cargo install
author
Matt Brubeck
<mbrubeck@limpet.net>
Wed, 21 Mar 2018 16:26:51 +0000
(09:26 -0700)
committer
Matt Brubeck
<mbrubeck@limpet.net>
Wed, 21 Mar 2018 16:26:51 +0000
(09:26 -0700)
The current text was accidentally copied from `cargo init`.
src/bin/commands/install.rs
patch
|
blob
|
history
diff --git
a/src/bin/commands/install.rs
b/src/bin/commands/install.rs
index 4c259e4d39eb429a00b302f613efe0410316b025..a3a62fd6669bfd06241e2e90feebe5bd7a6f2309 100644
(file)
--- a/
src/bin/commands/install.rs
+++ b/
src/bin/commands/install.rs
@@
-6,7
+6,7
@@
use cargo::util::ToUrl;
pub fn cli() -> App {
subcommand("install")
- .about("
Create a new cargo package in an existing directo
ry")
+ .about("
Install a Rust bina
ry")
.arg(Arg::with_name("crate").multiple(true))
.arg(
opt("version", "Specify a version to install from crates.io")