Add -rp to man file
This commit is contained in:
parent
8777842a23
commit
9857f8d0a2
|
@ -121,6 +121,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
<arg choice="opt"><option>--max-configs=<limit></option></arg>
|
<arg choice="opt"><option>--max-configs=<limit></option></arg>
|
||||||
<arg choice="opt"><option>--platform=<type></option></arg>
|
<arg choice="opt"><option>--platform=<type></option></arg>
|
||||||
<arg choice="opt"><option>--quiet</option></arg>
|
<arg choice="opt"><option>--quiet</option></arg>
|
||||||
|
<arg choice="opt"><option>--relative-paths=<paths></option></arg>
|
||||||
<arg choice="opt"><option>--report-progress</option></arg>
|
<arg choice="opt"><option>--report-progress</option></arg>
|
||||||
<arg choice="opt"><option>--rule=<rule></option></arg>
|
<arg choice="opt"><option>--rule=<rule></option></arg>
|
||||||
<arg choice="opt"><option>--rule-file=<file></option></arg>
|
<arg choice="opt"><option>--rule-file=<file></option></arg>
|
||||||
|
@ -364,6 +365,15 @@ Directory name is matched to all parts of the path.</para>
|
||||||
<para>Only print something when there is an error.</para>
|
<para>Only print something when there is an error.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--rp</option></term>
|
||||||
|
<term><option>--rp=<paths></option></term>
|
||||||
|
<term><option>--relative-paths;</option></term>
|
||||||
|
<term><option>--relative-paths=<paths></option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Use relative paths in output. When given, <paths> are used as base. You can separate multiple paths by ';'. Otherwise path where source files are searched is used. E.g. if given value is test, when checking test/test.cpp, the path in output will be test.cpp instead of test/test.cpp. The feature uses string comparison to create relative paths, so using e.g. ~ for home folder does not work.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--report-progress</option></term>
|
<term><option>--report-progress</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in New Issue