We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 582f0cd + 2c90715 commit 524a578Copy full SHA for 524a578
src/bin/cargo/commands/test.rs
@@ -21,8 +21,8 @@ pub fn cli() -> App {
21
"Test only this package's library",
22
"Test only the specified binary",
23
"Test all binaries",
24
- "Check that the specified examples compile",
25
- "Check that all examples compile",
+ "Test only the specified example",
+ "Test all examples",
26
"Test only the specified test target",
27
"Test all tests",
28
"Test only the specified bench target",
0 commit comments