aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html
index 0bac9f0457..fb19fb21c6 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html
@@ -6,9 +6,10 @@
</p>
<p>
-Command line arguments that bazel will pass to the target. These arguments are
-passed before the ones that are specified on the <code>bazel run</code>
-command line.
+Command line arguments that bazel will pass to the target when it is executed
+either by the <code>run</code> command or as a test. These arguments are
+passed before the ones that are specified on the <code>bazel run</code> or
+<code>bazel test</code> command line.
</p>
<p>