[doc] add -c to help text ++ formatting

pull/50/head
Adam Tauber 7 years ago
parent 46994a8c6c
commit ecab5334c7

@ -1009,9 +1009,10 @@ func quit(g *gocui.Gui, v *gocui.View) error {
func help() {
fmt.Println(`wuzz - Interactive cli tool for HTTP inspection
Usage: wuzz [-H|--header=HEADER]... [-d|--data=POST_DATA] [-X|--request=METHOD] [-t|--timeout=MSECS] [URL]
Usage: wuzz [-H|--header HEADER]... [-d|--data POST_DATA] [-X|--request METHOD] [-t|--timeout MSECS] [URL]
Other command line options:
-c, --config PATH Specify custom configuration file
-h, --help Show this
-v, --version Display version number

Loading…
Cancel
Save