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

@ -154,6 +154,7 @@ docker run --rm containrrr/watchtower --help
- `--tlsverify` Use TLS when connecting to the Docker socket and verify the server's certificate.
- `--debug` Enable debug mode. When this option is specified you'll see more verbose logging in the watchtower log file.
- `--monitor-only` Will only monitor for new images, not update the containers.
- `--include-stopped` Will also include created and exited containers.
- `--help` Show documentation about the supported flags.
See below for options used to configure notifications.

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