projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0d2b5a6
0cbfb67
)
Auto merge of #4637 - kivikakk:vers-version, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 19 Oct 2017 06:50:17 +0000
(06:50 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 19 Oct 2017 06:50:17 +0000
(06:50 +0000)
Allow cargo install --version as well (preferred)
Fixes https://github.com/rust-lang/cargo/issues/4590.
The usage looks pretty ugly with this extra line in it, but it's not really avoidable with our docopt use.
We fail if both are provided; accepting both feels like a path to demons.
Trivial merge