Update usage for keepalive-min-time

This commit is contained in:
Jacob McCann 2018-01-24 08:41:11 -06:00
parent 6eb9af01c6
commit 8295166ca4

View file

@ -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.",
},
}