summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log')
-rw-r--r--src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log b/src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log
index dbbd11b77..3e8b1427f 100644
--- a/src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log
+++ b/src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log
@@ -31,9 +31,9 @@ Target Selection:
--bin [<NAME>] Fix only the specified binary
--examples Fix all examples
--example [<NAME>] Fix only the specified example
- --tests Fix all tests
+ --tests Fix all test targets
--test [<NAME>] Fix only the specified test target
- --benches Fix all benches
+ --benches Fix all bench targets
--bench [<NAME>] Fix only the specified bench target
--all-targets Fix all targets (default)