File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1286,6 +1286,7 @@ void CmdLineParser::printHelp()
12861286 " the configuration cppcheck should check.\n "
12871287 " For example: '--project-configuration=Release|Win32'\n "
12881288 " -q, --quiet Do not show progress reports.\n "
1289+ " Note that this option is not mutually exclusive with --verbose.\n "
12891290 " -rp=<paths>, --relative-paths=<paths>\n "
12901291 " Use relative paths in output. When given, <paths> are\n "
12911292 " used as base. You can separate multiple paths by ';'.\n "
@@ -1370,6 +1371,7 @@ void CmdLineParser::printHelp()
13701371 " hide certain #ifdef <ID> code paths from checking.\n "
13711372 " Example: '-UDEBUG'\n "
13721373 " -v, --verbose Output more detailed error information.\n "
1374+ " Note that this option is not mutually exclusive with --quiet.\n "
13731375 " --version Print out version number.\n "
13741376 " --xml Write results in xml format to error stream (stderr).\n "
13751377 " \n "
You can’t perform that action at this time.
0 commit comments