From 930e6d8b0ac3dc3c4d37f551d6d387565e4a467e Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 28 Dec 2018 13:56:50 +0000 Subject: [PATCH] Fixup cargo install's help message --- src/bin/cargo/commands/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo/commands/install.rs b/src/bin/cargo/commands/install.rs index a47bcd903bc..f0dc4d1439d 100644 --- a/src/bin/cargo/commands/install.rs +++ b/src/bin/cargo/commands/install.rs @@ -51,7 +51,7 @@ repository with multiple crates) the `` argument is required to indicate which crate should be installed. Crates from crates.io can optionally specify the version they wish to install -via the `--vers` flags, and similarly packages from git repositories can +via the `--version` flags, and similarly packages from git repositories can optionally specify the branch, tag, or revision that should be installed. If a crate has multiple binaries, the `--bin` argument can selectively install only one of them, and if you'd rather install examples the `--example` argument can