We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b2b04 + 930e6d8 commit 15e3b5aCopy full SHA for 15e3b5a
src/bin/cargo/commands/install.rs
@@ -51,7 +51,7 @@ repository with multiple crates) the `<crate>` argument is required to indicate
51
which crate should be installed.
52
53
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
+via the `--version` flags, and similarly packages from git repositories can
55
optionally specify the branch, tag, or revision that should be installed. If a
56
crate has multiple binaries, the `--bin` argument can selectively install only
57
one of them, and if you'd rather install examples the `--example` argument can
0 commit comments