Auto merge of #4637 - kivikakk:vers-version, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Oct 2017 06:50:17 +0000 (06:50 +0000)
committerbors <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