Signed-off-by: Günther Makulik <g-makulik@t-online.de>

This commit is contained in:
unknown 2011-10-23 10:47:18 +02:00
parent efede199a5
commit abf25fcc69
2 changed files with 11 additions and 1 deletions

View File

@ -708,6 +708,9 @@ void CmdLineParser::PrintHelp()
" -I <dir> Give include path. Give several -I parameters to give\n"
" several paths. First given path is checked first. If\n"
" paths are relative to source files, this is not needed.\n"
" --includes-file=<file>\n"
" Specify the include paths to check in a text file. Add\n"
" one include path per line.\n"
" -i <dir or file> Give a source file or source file directory to exclude\n"
" from the check. This applies only to source files so\n"
" header files included by source files are not matched.\n"

View File

@ -113,6 +113,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<arg choice="opt"><option>--force</option></arg>
<arg choice="opt"><option>--help</option></arg>
<arg choice="opt"><option>-I&lt;dir&gt;</option></arg>
<arg choice="opt"><option>--includes-file=&lt;file&gt;</option></arg>
<arg choice="opt"><option>-i&lt;dir&gt;</option></arg>
<arg choice="opt"><option>--inline-suppr</option></arg>
<arg choice="opt"><option>-j&lt;jobs&gt;</option></arg>
@ -271,7 +272,13 @@ default. If used together with --max-ifdefs=, the last option is the one that is
files, this is not needed.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--includes-file=&lt;file&gt;</option></term>
<listitem>
<para>Specify the include paths to check in a text file. Add one include path per line.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-i &lt;dir&gt;</option></term>
<listitem>