mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Update usage to indicate html is supported
This commit is contained in:
parent
d72cee8663
commit
f71ade6702
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -33,7 +33,7 @@ import (
|
|||
var flagIgnoreNoSec = flag.Bool("nosec", false, "Ignores #nosec comments when set")
|
||||
|
||||
// format output
|
||||
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, or text")
|
||||
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, html, or text")
|
||||
|
||||
// output file
|
||||
var flagOutput = flag.String("out", "", "Set output file for results")
|
||||
|
|
Loading…
Reference in a new issue