diff --git a/man/manual.docbook b/man/manual.docbook index 16955395f..fb3450f9a 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -8,9 +8,9 @@ ]> - Cppcheck 1.50 + Cppcheck 1.51 - 2011-02-06 + 2011-10-07 @@ -252,7 +252,12 @@ Checking path/file2.cpp...
Multithreaded checking - To use 4 threads to check the files in a folder: + The command line client can only use threads in posix + environments. But it is the goal to be able to use threads on all + platforms. + + The option -j is used to specify the number of threads you want to use. + For example, to use 4 threads to check the files in a folder: cppcheck -j 4 path