Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Mar 6, 2019
1 parent 1b645c6 commit 5caa664
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 @@ -23,7 +23,7 @@ const UnixDateMilli = "Mon Jan _2 15:04:05.000 MST 2006"
func main() {
host := flag.String("u", "https://google.com", "Host URL")
count := flag.Uint("n", 8, "Number of requests")
quiet := flag.Bool("q", false, "Do not output time offset")
quiet := flag.Bool("q", false, "Do not output time offsets")
layout := flag.String("f", UnixDateMilli, "Time format layout")
flag.Parse()

Expand Down

0 comments on commit 5caa664

Please # to comment.