minor update to startup message
This commit is contained in:
parent
1cd9496039
commit
745d885808
12
cppcheck.cpp
12
cppcheck.cpp
|
@ -115,13 +115,13 @@ void CppCheck::check(int argc, char* argv[])
|
||||||
" cppcheck [--all] [--style] [--errorsonly] [--recursive] [filename1] [filename2]\n"
|
" cppcheck [--all] [--style] [--errorsonly] [--recursive] [filename1] [filename2]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" --all Normally a message is only shown if cppcheck is sure\n"
|
" --all Normally a message is only shown if cppcheck is sure\n"
|
||||||
" it has found a bug.\n"
|
" it has found a bug.\n"
|
||||||
" When this option is given, all messages are shown.\n"
|
" When this option is given, all messages are shown.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" --style Check coding style.\n"
|
" --style Check coding style.\n"
|
||||||
" --errorsonly Only print something when there is an error\n"
|
" --errorsonly Only print something when there is an error\n"
|
||||||
" --recursive Recursively check all *.cpp, *.cc and *.c files\n";
|
" --recursive Recursively check all *.cpp, *.cc and *.c files\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue