From c98a56172218812121cc0e1a4ed91c7f7faff2ae Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Wed, 13 Jul 2016 17:49:00 +0200 Subject: [PATCH] Fix GraceTimeOut flag description Signed-off-by: Emile Vauge --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 4dfa40115..5b55e4370 100644 --- a/configuration.go +++ b/configuration.go @@ -20,7 +20,7 @@ type TraefikConfiguration struct { // GlobalConfiguration holds global configuration (with providers, etc.). // It's populated from the traefik configuration file passed as an argument to the binary. type GlobalConfiguration struct { - GraceTimeOut int64 `short:"g" description:"Configuration file to use (TOML)."` + GraceTimeOut int64 `short:"g" description:"Duration to give active requests a chance to finish during hot-reload"` Debug bool `short:"d" description:"Enable debug mode"` AccessLogsFile string `description:"Access logs file"` TraefikLogsFile string `description:"Traefik logs file"`