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:
parent
9306027987
commit
5328caa6fa
|
@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
|||
<arg choice="opt"><option>--std=<id></option></arg>
|
||||
<arg choice="opt"><option>--suppress=<spec></option></arg>
|
||||
<arg choice="opt"><option>--suppressions-list=<file></option></arg>
|
||||
<arg choice="opt"><option>--suppress-xml=<.xml file></option></arg>
|
||||
<arg choice="opt"><option>--template='<text>'</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 <spec> above.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--suppress-xml=<.xml file></option></term>
|
||||
<listitem>
|
||||
<para>Use suppressions defined in xml as described in the manual</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--template='<text>'</option></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in New Issue