aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2017-01-17 14:50:27 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-01-17 19:12:19 +0000
commite2ad1ee7da6a578bee97eadbe8677912571bad1b (patch)
tree10904fd9abcb6ca71fed23b31545ef16a91ece27 /src/main
parent1da429e943a4770161d63420b8ed0c7dcefba361 (diff)
Clarify what the .args= argument is used for in binaries.
-- PiperOrigin-RevId: 144704307 MOS_MIGRATED_REVID=144704307
Diffstat (limited to 'src/main')
-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>