flawfinder.1: Specially document -QDSC example (useful for tool writers)
This commit is contained in:
parent
4f363e6766
commit
3b2f032f25
|
@ -566,7 +566,7 @@ Examine all the C/C++ files in the directory mydir and its subdirectories,
|
||||||
including even the hits marked for ignoring in the code comments.
|
including even the hits marked for ignoring in the code comments.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B "flawfinder -QD mydir"
|
.B "flawfinder \-QD mydir"
|
||||||
Examine mydir and report only the actual results
|
Examine mydir and report only the actual results
|
||||||
(removing the header and footer of the output).
|
(removing the header and footer of the output).
|
||||||
This form is useful
|
This form is useful
|
||||||
|
@ -575,6 +575,13 @@ The \-C (\-\-columns) and \-S (\-\-singleline)
|
||||||
options can also be useful if you're piping the data
|
options can also be useful if you're piping the data
|
||||||
into other tools.
|
into other tools.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B "flawfinder \-QDSC mydir"
|
||||||
|
Examine mydir, reporting only the actual results (no header or footer).
|
||||||
|
Each hit is reported on one line, and column numbers are reported.
|
||||||
|
This can be a useful command if you are feeding
|
||||||
|
flawfinder output to other tools.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B "flawfinder \-\-quiet \-\-html \-\-context mydir > results.html"
|
.B "flawfinder \-\-quiet \-\-html \-\-context mydir > results.html"
|
||||||
Examine all the C/C++ files in the directory mydir and its subdirectories,
|
Examine all the C/C++ files in the directory mydir and its subdirectories,
|
||||||
|
|
Loading…
Reference in New Issue