From 283ec302ba06943150304f6105c2a4ce5ab72802 Mon Sep 17 00:00:00 2001 From: Daniel Rocha Date: Wed, 12 Jun 2019 22:53:35 +0200 Subject: [PATCH] Update help text --- htp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htp.go b/htp.go index 169a16d..ba63598 100644 --- a/htp.go +++ b/htp.go @@ -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 {