Update usage for keepalive-min-time
This commit is contained in:
parent
6eb9af01c6
commit
8295166ca4
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ var flags = []cli.Flag{
|
|||
cli.DurationFlag{
|
||||
EnvVar: "DRONE_KEEPALIVE_MIN_TIME",
|
||||
Name: "keepalive-min-time",
|
||||
Usage: "coding skip ssl verification",
|
||||
Usage: "server-side enforcement policy on the minimum amount of time a client should wait before sending a keepalive ping.",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue