Changed flag name

This commit is contained in:
Timo Mueller 2020-06-08 13:38:03 +00:00
parent 16df4ad2ad
commit f9305765d6

View File

@ -66,7 +66,7 @@ func ParseOptions() *Options {
flag.BoolVar(&options.Verbose, "verbose", false, "Verbose Mode")
flag.BoolVar(&options.NoColor, "no-color", false, "No Color")
flag.BoolVar(&options.OutputServerHeader, "web-server", false, "Prints out the Server header content")
flag.BoolVar(&options.responseInStdout, "response-in-stdout", false, "Server response directly in the tool output (-json only)")
flag.BoolVar(&options.responseInStdout, "response-in-json", false, "Server response directly in the tool output (-json only)")
flag.Parse()
// Read the inputs and configure the logging