Fixed typo in CLI output.
This commit is contained in:
parent
c2fc4973ad
commit
9483ea4198
|
@ -1041,7 +1041,7 @@ void CmdLineParser::printHelp()
|
|||
" * information\n"
|
||||
" Enable information messages\n"
|
||||
" * unusedFunction\n"
|
||||
" Check for unused functions. It is recommend\n"
|
||||
" Check for unused functions. It is recommended\n"
|
||||
" to only enable this when the whole program is\n"
|
||||
" scanned.\n"
|
||||
" * missingInclude\n"
|
||||
|
|
Loading…
Reference in New Issue