fix formatting
This commit is contained in:
parent
bd6368e766
commit
4bdf26e12a
|
|
@ -164,8 +164,10 @@ var (
|
|||
permitted if they are both set to the same value, to increase backwards
|
||||
compatibility with earlier releases that allowed both to be set).`))
|
||||
reflection = optionalBoolFlag{val: true}
|
||||
encoding = flags.String("encoding", "gzip", prettify(` The value to send for
|
||||
the encoding header. Only 'gzip' and 'identity' are currently supported`)))
|
||||
encoding = flags.String("encoding", "gzip", prettify(`
|
||||
The value to send for the grpc-encoding header. Only 'gzip' and 'identity'
|
||||
are currently supported`))
|
||||
)
|
||||
|
||||
func init() {
|
||||
flags.Var(&addlHeaders, "H", prettify(`
|
||||
|
|
|
|||
Loading…
Reference in New Issue