feature/112: update readme and cli help

This commit is contained in:
Simon Aronsson 2019-04-28 15:44:40 +02:00
parent 1cfa453f40
commit f35347de14
2 changed files with 2 additions and 1 deletions

View file

@ -161,7 +161,7 @@ func SetupCliFlags(app *cli.App) {
},
cli.BoolFlag{
Name: "include-stopped",
Usage: "Will also include stopped or exited containers",
Usage: "Will also include created and exited containers",
EnvVar: "WATCHTOWER_INCLUDE_STOPPED",
},
}