Small fixes for -I and --includes-file help texts
This commit is contained in:
parent
f2199adc3f
commit
0b6e7d7dd2
|
@ -702,12 +702,15 @@ void CmdLineParser::PrintHelp()
|
|||
" together with '--max-ifdefs=', the last option is the\n"
|
||||
" one that is effective.\n"
|
||||
" -h, --help Print this help.\n"
|
||||
" -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"
|
||||
" -I <dir> Give path to search for include files. Give several\n"
|
||||
" -I parameters to give several paths. First given path is\n"
|
||||
" searched for contained header files first. If paths are\n"
|
||||
" 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"
|
||||
" Specify directory paths to search for included header files\n"
|
||||
" in a text file. Add one include path per line.\n"
|
||||
" First given path is searched for contained header files first.\n"
|
||||
" If paths are relative to source files, this is not needed.\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"
|
||||
|
|
|
@ -268,14 +268,15 @@ default. If used together with --max-ifdefs=, the last option is the one that is
|
|||
<varlistentry>
|
||||
<term><option>-I <dir></option></term>
|
||||
<listitem>
|
||||
<para>Give include path. Give several -I parameters to give several paths. First given path is checked first. If paths are relative to source
|
||||
files, this is not needed.</para>
|
||||
<para>Give path to search for include files. Give several -I parameters to give several paths. First given path is
|
||||
searched for contained header files first. If paths are relative to source files, this is not needed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--includes-file=<file></option></term>
|
||||
<listitem>
|
||||
<para>Specify the include paths to check in a text file. Add one include path per line.</para>
|
||||
<para>Specify directory paths to search for included header files in a text file. Add one include path per line.
|
||||
First given path is searched for contained header files first. If paths are relative to source files, this is not needed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in New Issue