1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

misleading default for --update-monitor duration

Signed-off-by: erxian <evelynhsu21@gmail.com>
Upstream-commit: ffd24bd8e8
Component: cli
This commit is contained in:
erxian
2017-03-13 15:28:23 +08:00
committed by Tibor Vass
parent 2049ccb8d4
commit eb0bef3819
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ Options:
--update-delay duration Delay between updates (ns|us|ms|s|m|h) (default 0s)
--update-failure-action string Action on update failure ("pause"|"continue"|"rollback") (default "pause")
--update-max-failure-ratio float Failure rate to tolerate during an update
--update-monitor duration Duration after each task update to monitor for failure (ns|us|ms|s|m|h) (default 0s)
--update-monitor duration Duration after each task update to monitor for failure (ns|us|ms|s|m|h)
--update-parallelism uint Maximum number of tasks updated simultaneously (0 to update all at once) (default 1)
-u, --user string Username or UID (format: <name|uid>[:<group|gid>])
--with-registry-auth Send registry authentication details to swarm agents

View File

@@ -84,7 +84,7 @@ Options:
--update-delay duration Delay between updates (ns|us|ms|s|m|h) (default 0s)
--update-failure-action string Action on update failure ("pause"|"continue"|"rollback") (default "pause")
--update-max-failure-ratio float Failure rate to tolerate during an update
--update-monitor duration Duration after each task update to monitor for failure (ns|us|ms|s|m|h) (default 0s)
--update-monitor duration Duration after each task update to monitor for failure (ns|us|ms|s|m|h)
--update-parallelism uint Maximum number of tasks updated simultaneously (0 to update all at once) (default 1)
-u, --user string Username or UID (format: <name|uid>[:<group|gid>])
--with-registry-auth Send registry authentication details to swarm agents