Skip to content

Commit 524a578

Browse files
committed
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
2 parents 582f0cd + 2c90715 commit 524a578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/cargo/commands/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pub fn cli() -> App {
2121
"Test only this package's library",
2222
"Test only the specified binary",
2323
"Test all binaries",
24-
"Check that the specified examples compile",
25-
"Check that all examples compile",
24+
"Test only the specified example",
25+
"Test all examples",
2626
"Test only the specified test target",
2727
"Test all tests",
2828
"Test only the specified bench target",

0 commit comments

Comments
 (0)