File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ You can use the `vnu.jar` validator as an executable for command-line validation
17
17
of HTML documents by invoking it like this:
18
18
19
19
java -jar ~/vnu.jar [--help] [--html] [--entities] [--schema URL]
20
- [--format gnu|xml|json|text] [--no-stream] [--verbose] [--version]
21
- FILES
20
+ [--format gnu|xml|json|text] [--no-stream] [--verbose] [--version] FILES
22
21
23
22
To validate one or more documents from the command line:
24
23
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h2>Usage</h2>
26
26
command-line validation of HTML documents by invoking it like this:
27
27
< pre >
28
28
java -jar ~/vnu.jar [--help] [--html] [--entities] [--schema URL]
29
- [--format gnu|xml|json|text] [--no-stream] [--verbose] [--version] FILES
29
+ [--format gnu|xml|json|text] [--no-stream] [--verbose] [--version] FILES
30
30
</ pre >
31
31
32
32
< p > To validate one or more documents from the command line:
You can’t perform that action at this time.
0 commit comments