aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-06-05 08:28:42 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-05 08:30:44 -0700
commitabe8d9b4dbf21d2162e02c992c9a21cb632dc4ca (patch)
tree6385347e8b2b17a2e2158675a9c9abc331b22974 /src/main/java
parent355afddf54d8229c31b172f2529111e54b5fb51a (diff)
Clean up `bazel help coverage`
Remove blaze references and add a missing "a". RELNOTES: None. PiperOrigin-RevId: 199300497
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/coverage.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/coverage.txt b/src/main/java/com/google/devtools/build/lib/runtime/commands/coverage.txt
index 2ebc501d8f..d5a66371e8 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/coverage.txt
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/coverage.txt
@@ -1,15 +1,16 @@
-Usage: blaze %{command} <options> <test-targets>
+Usage: %{product} %{command} <options> <test-targets>
Builds and runs the specified test targets using the specified options while
-collecting code coverage statistics. Optionally, it also generates combined
+collecting code coverage statistics. Optionally, it also generates a combined
HTML report containing coverage results for all executed tests.
This command accepts all valid options to 'test' and 'build', and inherits
-defaults for 'test' (and 'build') from your .blazerc. If you don't use
-.blazerc, don't forget to pass all your 'build' options to '%{command}' too.
+defaults for 'test' (and 'build') from your .%{product}rc. If you don't use
+.%{product}rc, don't forget to pass all your 'build' options to '%{command}'
+too.
-See 'blaze help target-syntax' for details and examples on how to
+See '%{product} help target-syntax' for details and examples on how to
specify targets.
%{options}