--std=posix : simplified help text. might still need further updates
This commit is contained in:
parent
afed93d7d6
commit
232007b3c0
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Cppcheck - A tool for static C/C++ code analysis
|
* Cppcheck - A tool for static C/C++ code analysis
|
||||||
* Copyright (C) 2007-2011 Daniel Marjamäki and Cppcheck team.
|
* Copyright (C) 2007-2011 Daniel Marjamäki and Cppcheck team.
|
||||||
*
|
*
|
||||||
|
@ -706,8 +706,7 @@ void CmdLineParser::PrintHelp()
|
||||||
" https://sourceforge.net/projects/cppcheck/files/Articles/\n"
|
" https://sourceforge.net/projects/cppcheck/files/Articles/\n"
|
||||||
#endif
|
#endif
|
||||||
" -s, --style Deprecated, use --enable=style\n"
|
" -s, --style Deprecated, use --enable=style\n"
|
||||||
" --std=posix Code is posix => it is not compatible with non-posix\n"
|
" --std=posix Code is posix\n"
|
||||||
" environments.\n"
|
|
||||||
" --suppress=<spec> Suppress warnings that match <spec>. The format of\n"
|
" --suppress=<spec> Suppress warnings that match <spec>. The format of\n"
|
||||||
" <spec> is:\n"
|
" <spec> is:\n"
|
||||||
" [error id]:[filename]:[line]\n"
|
" [error id]:[filename]:[line]\n"
|
||||||
|
|
Loading…
Reference in New Issue