damondouglas commented on a change in pull request #15057:
URL: https://github.com/apache/beam/pull/15057#discussion_r658373954
##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -171,9 +186,13 @@ This interprets command-line arguments that follow the
format:
--<option>=<value>
```
-> **Note:** Appending the method `.withValidation` will check for required
+<span class="language-java">
+
+> Appending the method `.withValidation` will check for required
> command-line arguments and validate argument values.
+</span>
+
Building your `PipelineOptions` this way lets you specify any of the options as
Review comment:
Should there be:
```
<span class="language-java language-py">
Building your `PipelineOptions` this way lets you specify any of the options
as a command-line argument.
</span>
<span class="language-go">
Defining flag variables this way lets you specify any of the options as a
command-line argument.
</span>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]