We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccbb88 commit 98011b5Copy full SHA for 98011b5
cli/cmdlineparser.cpp
@@ -1838,7 +1838,7 @@ void CmdLineParser::printHelp(bool premium) const
1838
" --include=<file>\n"
1839
" Force inclusion of a file before the checked file.\n"
1840
" -i <str> Skip translation units whose *source filename* matches\n"
1841
- " '<str>'. '<str>' can be a filename or directory.\n"
+ " <str>. <str> can be a filename or directory.\n"
1842
" Note: If you want to prevent warnings in some headers,\n"
1843
" use suppressions instead.\n"
1844
" --inconclusive Allow that Cppcheck reports even though the analysis is\n"
0 commit comments