cli: updated example with --std=posux flag

This commit is contained in:
Daniel Marjamäki 2012-08-27 19:00:00 +02:00
parent a7e67ac379
commit 6fc7f0227c
1 changed files with 1 additions and 1 deletions

View File

@ -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"