From d6db5ae1bc7b9fa04cb1d0406762ea12b88d9a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 22 Feb 2008 14:58:53 +0000 Subject: [PATCH] updated command syntax example --- readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index af54ca1d5..bf2929e55 100644 --- a/readme.txt +++ b/readme.txt @@ -21,11 +21,12 @@ Compiling Usage The syntax is: - cppcheck [--all] [--style] filename.cpp + cppcheck [--all] [--style] [--recursive] [filename1] [filename2] The error messages will be printed to stderr. - + Example (Check all files. Use all checks): + cppcheck -style --all --recursive Recommendations