updated command syntax example
This commit is contained in:
parent
1594432285
commit
d6db5ae1bc
|
@ -21,11 +21,12 @@ Compiling
|
||||||
Usage
|
Usage
|
||||||
|
|
||||||
The syntax is:
|
The syntax is:
|
||||||
cppcheck [--all] [--style] filename.cpp
|
cppcheck [--all] [--style] [--recursive] [filename1] [filename2]
|
||||||
|
|
||||||
The error messages will be printed to stderr.
|
The error messages will be printed to stderr.
|
||||||
|
|
||||||
|
Example (Check all files. Use all checks):
|
||||||
|
cppcheck -style --all --recursive
|
||||||
|
|
||||||
|
|
||||||
Recommendations
|
Recommendations
|
||||||
|
|
Loading…
Reference in New Issue