From a0d27c9109e35bacd5eab90f8145e798b27d18c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 30 Dec 2008 18:45:35 +0000 Subject: [PATCH] readme : minor updates --- readme.txt | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/readme.txt b/readme.txt index 4e0ca66a2..f26d97d4d 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Cppcheck About The original name of this program is "C++check". - The name was changed to "cppcheck" (a google search is more successful now). + The name was changed to "cppcheck". Compiling @@ -21,16 +21,7 @@ Compiling Usage - The syntax is: - cppcheck [--all] [--quiet] [--style] [--verbose] [--force] [file or path] [file or path] - - The error messages will be printed to stderr. - - Example (Check all files. Use all checks): - cppcheck --style --all ./ - - To output error messages to a file use this syntax (works both on Windows and Linux): - cppcheck file.cpp 2> err.txt + Run the cppcheck program without parameters and a help text will be shown. Recommendations