Merge pull request #40 from dragonndev/master

Clarified output format options.
This commit is contained in:
Grant Murphy 2016-08-10 14:59:19 -07:00 committed by GitHub
commit 51ffe1ba7e

View file

@ -32,7 +32,7 @@ import (
var flagIgnoreNoSec = flag.Bool("nosec", false, "Ignores #nosec comments when set") var flagIgnoreNoSec = flag.Bool("nosec", false, "Ignores #nosec comments when set")
// format output // format output
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv of text") var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, or text")
// output file // output file
var flagOutput = flag.String("out", "", "Set output file for results") var flagOutput = flag.String("out", "", "Set output file for results")