Skip to content

Commit 6072e13

Browse files
Updated.
1 parent 15cd6f3 commit 6072e13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ You can use the `vnu.jar` validator as an executable for command-line validation
1717
of HTML documents by invoking it like this:
1818

1919
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
2221

2322
To validate one or more documents from the command line:
2423

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Usage</h2>
2626
command-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] [--no-stream] [--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:

0 commit comments

Comments
 (0)