diff --git a/man/manual.docbook b/man/manual.docbook index b22cea5b4..e1e38ce14 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -127,6 +127,14 @@ Checking path/file2.cpp... class="directory">src/c are checked: cppcheck -isrc/c src + + This option does not currently work with the + --project option and is only + valid when supplying an input directory.To ignore multiple directories + supply the -i multiple times. + The following command ignores both the src/b and src/c directories. + + cppcheck -isrc/b -isrc/c