Update usage to indicate html is supported

This commit is contained in:
Grant Murphy 2016-11-04 11:38:25 -07:00
parent d72cee8663
commit f71ade6702

View file

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