Skip to content

Commit

Permalink
Explicitly state that --verbose and --quiet can be used at the same t…
Browse files Browse the repository at this point in the history
…ime (danmar#5259)

Just a little clarification.
  • Loading branch information
samopolacek committed Aug 5, 2023
1 parent 7325154 commit de8b415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ void CmdLineParser::printHelp()
" the configuration cppcheck should check.\n"
" For example: '--project-configuration=Release|Win32'\n"
" -q, --quiet Do not show progress reports.\n"
" Note that this option is not mutually exclusive with --verbose.\n"
" -rp=<paths>, --relative-paths=<paths>\n"
" Use relative paths in output. When given, <paths> are\n"
" used as base. You can separate multiple paths by ';'.\n"
Expand Down Expand Up @@ -1370,6 +1371,7 @@ void CmdLineParser::printHelp()
" hide certain #ifdef <ID> code paths from checking.\n"
" Example: '-UDEBUG'\n"
" -v, --verbose Output more detailed error information.\n"
" Note that this option is not mutually exclusive with --quiet.\n"
" --version Print out version number.\n"
" --xml Write results in xml format to error stream (stderr).\n"
"\n"
Expand Down

0 comments on commit de8b415

Please sign in to comment.