Skip to content

Commit de8b415

Browse files
authored
Explicitly state that --verbose and --quiet can be used at the same time (#5259)
Just a little clarification.
1 parent 7325154 commit de8b415

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)