Auto merge of #5867 - ehuss:test-example-help, r=alexcrichton

Fix test --example docs.

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

Closes #5177
This commit is contained in:
bors 2018-08-05 16:58:27 +00:00
commit 524a578d75

View File

@ -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",