From 82870f4e3f73d252e754730782b998402953a82f Mon Sep 17 00:00:00 2001 From: Leonhard Markert Date: Mon, 1 Feb 2021 11:32:07 +0100 Subject: [PATCH] Help text for "-H" option: remove duplicated word --- 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