From 1f34448998e2409c32807da20558f8630b04d10e Mon Sep 17 00:00:00 2001 From: Leonhard Markert Date: Mon, 1 Feb 2021 15:31:49 +0000 Subject: [PATCH] Help text for "-H" option: remove duplicated word (#207) --- cmd/grpcurl/grpcurl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/grpcurl/grpcurl.go b/cmd/grpcurl/grpcurl.go index 60e0b38..1da608a 100644 --- a/cmd/grpcurl/grpcurl.go +++ b/cmd/grpcurl/grpcurl.go @@ -157,7 +157,7 @@ func init() { flags.Var(&addlHeaders, "H", prettify(` Additional headers in 'name: value' format. May specify more than one via multiple flags. These headers will also be included in reflection - requests requests to a server.`)) + requests to a server.`)) flags.Var(&rpcHeaders, "rpc-header", prettify(` Additional RPC headers in 'name: value' format. May specify more than one via multiple flags. These headers will *only* be used when invoking