From abe8d9b4dbf21d2162e02c992c9a21cb632dc4ca Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 5 Jun 2018 08:28:42 -0700 Subject: Clean up `bazel help coverage` Remove blaze references and add a missing "a". RELNOTES: None. PiperOrigin-RevId: 199300497 --- .../google/devtools/build/lib/runtime/commands/coverage.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main/java') 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} +Usage: %{product} %{command} 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} -- cgit v1.2.3