Skip to content

Commit

Permalink
Auto merge of #5867 - ehuss:test-example-help, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix test --example docs.

As part of #5464 I forgot to update the help text.

Closes #5177
  • Loading branch information
bors committed Aug 5, 2018
2 parents 582f0cd + 2c90715 commit 524a578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/cargo/commands/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub fn cli() -> App {
"Test only this package's library",
"Test only the specified binary",
"Test all binaries",
"Check that the specified examples compile",
"Check that all examples compile",
"Test only the specified example",
"Test all examples",
"Test only the specified test target",
"Test all tests",
"Test only the specified bench target",
Expand Down

0 comments on commit 524a578

Please sign in to comment.