summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log')
-rw-r--r--src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log b/src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log
index 9d43841fe..60069f526 100644
--- a/src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log
+++ b/src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log
@@ -1,9 +1,9 @@
Compile a package, and pass extra options to the compiler
-Usage: cargo[EXE] rustc [OPTIONS] [args]...
+Usage: cargo[EXE] rustc [OPTIONS] [ARGS]...
Arguments:
- [args]... Extra rustc flags
+ [ARGS]... Extra rustc flags
Options:
--print <INFO> Output compiler information without compiling
@@ -28,9 +28,9 @@ Target Selection:
--bin [<NAME>] Build only the specified binary
--examples Build all examples
--example [<NAME>] Build only the specified example
- --tests Build all tests
+ --tests Build all test targets
--test [<NAME>] Build only the specified test target
- --benches Build all benches
+ --benches Build all bench targets
--bench [<NAME>] Build only the specified bench target
--all-targets Build all targets