diff --git a/htp.go b/htp.go index 3558557..545fa44 100644 --- a/htp.go +++ b/htp.go @@ -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()