Ticket 4408: cmdlineparser: Improve description of --include=
This commit is contained in:
parent
350f86fb6a
commit
66a3e5e313
|
@ -779,9 +779,11 @@ void CmdLineParser::PrintHelp()
|
||||||
" files first. If paths are relative to source files,\n"
|
" files first. If paths are relative to source files,\n"
|
||||||
" this is not needed.\n"
|
" this is not needed.\n"
|
||||||
" --include=<file>\n"
|
" --include=<file>\n"
|
||||||
" Force inclusion of a file. Can be used for example when\n"
|
" Force inclusion of a file before the checked file. Can\n"
|
||||||
" checking the Linux kernel, where autoconf.h needs to be\n"
|
" be used for example when checking the Linux kernel,\n"
|
||||||
" included for every file compiled.\n"
|
" where autoconf.h needs to be included for every file\n"
|
||||||
|
" compiled. Works the same way as the GCC -include"
|
||||||
|
" option.\n"
|
||||||
" -i <dir or file> Give a source file or source file directory to exclude\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"
|
" from the check. This applies only to source files so\n"
|
||||||
" header files included by source files are not matched.\n"
|
" header files included by source files are not matched.\n"
|
||||||
|
|
Loading…
Reference in New Issue