cli: updated example with --std=posux flag
This commit is contained in:
parent
a7e67ac379
commit
6fc7f0227c
|
@ -834,7 +834,7 @@ void CmdLineParser::PrintHelp() const
|
|||
" cppcheck --quiet ../myproject/\n"
|
||||
"\n"
|
||||
" # Check test.cpp, enable all checks:\n"
|
||||
" cppcheck --enable=all --inconclusive test.cpp\n"
|
||||
" cppcheck --enable=all --inconclusive --std=posix test.cpp\n"
|
||||
"\n"
|
||||
" # Check f.cpp and search include files from inc1/ and inc2/:\n"
|
||||
" cppcheck -I inc1/ -I inc2/ f.cpp\n"
|
||||
|
|
Loading…
Reference in New Issue