From 5b867f204b2b2bf5b797f58437a1461836c989c0 Mon Sep 17 00:00:00 2001 From: Matthew Lapworth Date: Wed, 10 Aug 2016 11:43:02 -0700 Subject: [PATCH] Clarified output format options. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4b2141a..0bfcbd6 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,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 of text") +var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, or text") // output file var flagOutput = flag.String("out", "", "Set output file for results")