Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Jun 12, 2019
1 parent 6bb6901 commit 283ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htp.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
count := flag.Uint("n", 8, "Number of requests")
verbose := flag.Bool("v", false, "Verbose mode (display offsets)")
showDate := flag.Bool("d", false, "Display date and time instead of offset")
dateLayout := flag.String("f", unixDateMilli, "Time format layout")
dateLayout := flag.String("f", unixDateMilli, "Date and time format")
flag.Parse()

if strings.Index(*host, "://") == -1 {
Expand Down

0 comments on commit 283ec30

Please # to comment.