File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ You can use the `vnu.jar` validator as an executable for command-line validation
1717of HTML documents by invoking it like this:
1818
1919 java -jar ~/vnu.jar [--help] [--html] [--entities] [--schema URL]
20- [--format gnu|xml|json|text] [--verbose] [--version] FILES
20+ [--format gnu|xml|json|text] [--no-stream] [--verbose] [--version]
21+ FILES
2122
2223To validate one or more documents from the command line:
2324
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h2>Usage</h2>
2626command-line validation of HTML documents by invoking it like this:
2727< pre >
2828 java -jar ~/vnu.jar [--help] [--html] [--entities] [--schema URL]
29- [--format gnu|xml|json|text] [--verbose] [--version] FILES
29+ [--format gnu|xml|json|text] [--no-stream] [-- verbose] [--version] FILES
3030</ pre >
3131
3232< p > To validate one or more documents from the command line:
You can’t perform that action at this time.
0 commit comments