From 15caf86642e9d7418513297183ead44f7b21cbbd Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Mon, 4 May 2020 10:52:39 -0500 Subject: [PATCH] clarified docstring --- 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 d7bb65f..0ee5b92 100644 --- a/cmd/grpcurl/grpcurl.go +++ b/cmd/grpcurl/grpcurl.go @@ -96,7 +96,7 @@ var ( The maximum time, in seconds, to wait for connection to be established. Defaults to 10 seconds.`)) errorFormat = flags.String("error-format", "text", prettify(` - The format of request data. The allowed values are 'json' or 'text'.`)) + The format of a non-zero status response. The allowed values are 'json' or 'text'.`)) keepaliveTime = flags.Float64("keepalive-time", 0, prettify(` If present, the maximum idle time in seconds, after which a keepalive probe is sent. If the connection remains idle and no keepalive response