Skip to content

Commit 15e3b5a

Browse files
committed
Auto merge of #6495 - dwijnand:fixup-cargo-install-help, r=ehuss
Fixup cargo install's help message None
2 parents 35b2b04 + 930e6d8 commit 15e3b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repository with multiple crates) the `<crate>` argument is required to indicate
5151
which crate should be installed.
5252
5353
Crates from crates.io can optionally specify the version they wish to install
54-
via the `--vers` flags, and similarly packages from git repositories can
54+
via the `--version` flags, and similarly packages from git repositories can
5555
optionally specify the branch, tag, or revision that should be installed. If a
5656
crate has multiple binaries, the `--bin` argument can selectively install only
5757
one of them, and if you'd rather install examples the `--example` argument can

0 commit comments

Comments
 (0)