updated command syntax example

This commit is contained in:
Daniel Marjamäki 2008-02-22 14:58:53 +00:00
parent 1594432285
commit d6db5ae1bc
1 changed files with 3 additions and 2 deletions

View File

@ -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