File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub fn cli() -> App {
7
7
// subcommand aliases are handled in aliased_command()
8
8
// .alias("t")
9
9
. setting ( AppSettings :: TrailingVarArg )
10
- . about ( "Execute all unit and integration tests of a local package" )
10
+ . about ( "Execute all unit and integration tests and build examples of a local package" )
11
11
. arg (
12
12
Arg :: with_name ( "TESTNAME" )
13
13
. help ( "If specified, only run tests containing this string in their names" ) ,
@@ -19,7 +19,7 @@ pub fn cli() -> App {
19
19
. last ( true ) ,
20
20
)
21
21
. arg_targets_all (
22
- "Test only this package's library" ,
22
+ "Test only this package's library unit tests " ,
23
23
"Test only the specified binary" ,
24
24
"Test all binaries" ,
25
25
"Test only the specified example" ,
You can’t perform that action at this time.
0 commit comments