Added documentation for --suppress-xml (#1420)

* Added documentation for --suppress-xml

* Bad copy place job "--suppress-xml" not "--suppressions-list"

* Fixed indentation to use . instead of tab
This commit is contained in:
Jes Ramsing 2018-10-13 18:41:12 +02:00 committed by Daniel Marjamäki
parent 9306027987
commit 5328caa6fa
1 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<arg choice="opt"><option>--std=&lt;id&gt;</option></arg>
<arg choice="opt"><option>--suppress=&lt;spec&gt;</option></arg>
<arg choice="opt"><option>--suppressions-list=&lt;file&gt;</option></arg>
<arg choice="opt"><option>--suppress-xml=&lt;.xml file&gt;</option></arg>
<arg choice="opt"><option>--template='&lt;text&gt;'</option></arg>
<arg choice="opt"><option>--verbose</option></arg>
<arg choice="opt"><option>--version</option></arg>
@ -516,6 +517,12 @@ There are false positives with this option. Each result must be carefully invest
Each suppression is in the format of &lt;spec&gt; above.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--suppress-xml=&lt;.xml file&gt;</option></term>
<listitem>
<para>Use suppressions defined in xml as described in the manual</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--template='&lt;text&gt;'</option></term>
<listitem>