Skip to content

Commit

Permalink
Auto merge of rust-lang#2842 - alx741:update_manpages, r=alexcrichton
Browse files Browse the repository at this point in the history
Update manpages with new flags

Add the [new flags](http://blog.rust-lang.org/2016/07/07/Rust-1.10.html)
  • Loading branch information
bors authored Jul 9, 2016
2 parents 401f0fc + c5264e4 commit 2b061c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/etc/man/cargo-install.1
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ Space\-separated list of features to activate.
.RS
.RE
.TP
.B \-f, \-\-force
Force overwriting existing crates or binaries
.RS
.RE
.TP
.B \-\-no\-default\-features
Do not build the \f[C]default\f[] feature.
.RS
Expand Down
5 changes: 5 additions & 0 deletions src/etc/man/cargo-test.1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Test only this package\[aq]s library.
.RS
.RE
.TP
.B \-\-doc
Test only this library\[aq]s documentation
.RS
.RE
.TP
.B \-\-bin \f[I]NAME\f[]
Test only the specified binary.
.RS
Expand Down
5 changes: 5 additions & 0 deletions src/etc/man/cargo.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ List all available cargo commands.
.RS
.RE
.TP
.B \-\-explain CODE
Run \f[C]rustc\ \-\-explain\ CODE\f[]
.RS
.RE
.TP
.B \-v, \-\-verbose
Use verbose output.
.RS
Expand Down

0 comments on commit 2b061c5

Please sign in to comment.