fix typo in rate-limit flag description (#11316)
This commit is contained in:
parent
21f8f642c9
commit
368278b19c
@ -143,7 +143,7 @@ var runCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
&cli.DurationFlag{
|
&cli.DurationFlag{
|
||||||
Name: "rate-limit-timeout",
|
Name: "rate-limit-timeout",
|
||||||
Usage: "the maximum time to wait for the rate limter before returning an error to clients",
|
Usage: "the maximum time to wait for the rate limiter before returning an error to clients",
|
||||||
Value: gateway.DefaultRateLimitTimeout,
|
Value: gateway.DefaultRateLimitTimeout,
|
||||||
},
|
},
|
||||||
&cli.Int64Flag{
|
&cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user