Skip to content

Commit fec85df

Browse files
committed
xmllint: Document --quiet option
1 parent ea8f7c9 commit fec85df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/xmllint.xml

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<group choice="opt">
6767
<arg choice="plain"><option>--version</option></arg>
6868
<arg choice="plain"><option>--debug</option></arg>
69+
<arg choice="plain"><option>--quiet</option></arg>
6970
<arg choice="plain"><option>--shell</option></arg>
7071
<arg choice="plain"><option>--xpath "<replaceable class="option">XPath_expression</replaceable>"</option></arg>
7172
<arg choice="plain"><option>--debugent</option></arg>
@@ -482,6 +483,13 @@
482483
</listitem>
483484
</varlistentry>
484485

486+
<varlistentry>
487+
<term><option>--quiet</option></term>
488+
<listitem>
489+
<para>Don't print informational messages to stderr.</para>
490+
</listitem>
491+
</varlistentry>
492+
485493
<varlistentry>
486494
<term><option>--recover</option></term>
487495
<listitem>

0 commit comments

Comments
 (0)