From 12218e1bff15215f886ef2e05090232a4e34c973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 7 Oct 2011 19:26:53 +0200 Subject: [PATCH] Fixed #3115 (note windows limitation to threading in the manual) --- man/manual.docbook | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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