--std=posix : simplified help text. might still need further updates

This commit is contained in:
Daniel Marjamaki 2011-08-17 22:19:19 +02:00
parent afed93d7d6
commit 232007b3c0
1 changed files with 2 additions and 3 deletions

View File

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