readme: minor updates
This commit is contained in:
parent
ac3073e9fd
commit
442ed0fa00
17
readme.txt
17
readme.txt
|
@ -18,13 +18,26 @@ Compiling
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
||||||
Just type:
|
The syntax is:
|
||||||
cppcheck filename.cpp
|
cppcheck [-w] filename.cpp
|
||||||
|
|
||||||
The error messages will be printed to stderr.
|
The error messages will be printed to stderr.
|
||||||
|
|
||||||
|
If you specify '-w', additional warning
|
||||||
|
messages will be printed.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Recommendations
|
Recommendations
|
||||||
|
|
||||||
Create a shell script that checks all files.
|
Create a shell script that checks all files.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Author
|
||||||
|
|
||||||
|
Daniel Marjamäki
|
||||||
|
A 29 year old from sweden who works in
|
||||||
|
Stockholm as a programmer (developing
|
||||||
|
a RAD tool for control systems that
|
||||||
|
control hydraulics).
|
||||||
|
|
Loading…
Reference in New Issue