runformat
This commit is contained in:
parent
01b3b4cd0c
commit
253c764a0c
|
@ -1305,12 +1305,12 @@ void CmdLineParser::printHelp()
|
||||||
"\n"
|
"\n"
|
||||||
"For more information:\n"
|
"For more information:\n"
|
||||||
" " << manualUrl << "\n"
|
" " << manualUrl << "\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Many thanks to the 3rd party libraries we use:\n"
|
"Many thanks to the 3rd party libraries we use:\n"
|
||||||
" * tinyxml2 -- loading project/library/ctu files.\n"
|
" * tinyxml2 -- loading project/library/ctu files.\n"
|
||||||
" * picojson -- loading compile database.\n"
|
" * picojson -- loading compile database.\n"
|
||||||
" * pcre -- rules.\n"
|
" * pcre -- rules.\n"
|
||||||
" * qt -- used in GUI\n";
|
" * qt -- used in GUI\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CmdLineParser::isCppcheckPremium() const {
|
bool CmdLineParser::isCppcheckPremium() const {
|
||||||
|
|
Loading…
Reference in New Issue