Skip to content

Commit

Permalink
Fix test --example docs.
Browse files Browse the repository at this point in the history
As part of #5464 I forgot to update the help text.

Closes #5177
  • Loading branch information
ehuss committed Aug 5, 2018
1 parent 582f0cd commit 2c90715
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 2c90715

Please sign in to comment.