Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn cli() -> Command {
"Exclude packages from the test",
)
.arg_targets_all(
"Test only this package's library unit tests",
"Test only this package's library",
"Test only the specified binary",
"Test all binaries",
"Test only the specified example",
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_test/help/stdout.log
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Package Selection:
--all Alias for --workspace (deprecated)

Target Selection:
--lib Test only this package's library unit tests
--lib Test only this package's library
--bins Test all binaries
--bin [<NAME>] Test only the specified binary
--examples Test all examples
Expand Down