Skip to content

Commit

Permalink
Fixup cargo install's help message
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Dec 28, 2018
1 parent fef7802 commit 930e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repository with multiple crates) the `<crate>` 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
Expand Down

0 comments on commit 930e6d8

Please sign in to comment.