From 75797649f12619f04303439843cf1f1d202f34f2 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 27 Apr 2020 14:31:20 +0200 Subject: [PATCH] chg: [main] typo - update help --- d4-goclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d4-goclient.go b/d4-goclient.go index 082dcd6..d76ee04 100644 --- a/d4-goclient.go +++ b/d4-goclient.go @@ -113,7 +113,7 @@ var ( ce = flag.Bool("ce", true, "Set to True, true, TRUE, 1, or t to enable TLS on network destination") ct = flag.Duration("ct", tmpct, "Set timeout in human format") cka = flag.Duration("cka", tmpcka, "Keep Alive time human format, 0 to disable") - retry = flag.Duration("rt", tmpretry, "Rime in human format before retry after connection failure, set to 0 to exit on failure") + retry = flag.Duration("rt", tmpretry, "Time in human format before retry after connection failure, set to 0 to exit on failure") rate = flag.Duration("rl", tmprate, "Rate limiter: time in human format before retry after EOF") cc = flag.Bool("cc", false, "Check TLS certificate against rootCA.crt") )