Skip to content

Commit 15cd6f3

Browse files
Updated.
1 parent 9065388 commit 15cd6f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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] [--verbose] [--version] FILES
20+
[--format gnu|xml|json|text] [--no-stream] [--verbose] [--version]
21+
FILES
2122

2223
To validate one or more documents from the command line:
2324

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] [--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)