Browse code

docs: fix description of `docker swarm update --help`

Signed-off-by: Kei Ohmura <ohmura.kei@gmail.com>
(cherry picked from commit 2f0e00f58723cb3e063b49f564173b3768476c99)
Signed-off-by: Victor Vieux <vieux@docker.com>

Kei Ohmura authored on 2016/12/11 21:25:40
Showing 1 changed files
... ...
@@ -24,10 +24,10 @@ Options:
24 24
       --autolock                        Change manager autolocking setting (true|false)
25 25
       --cert-expiry duration            Validity period for node certificates (ns|us|ms|s|m|h) (default 2160h0m0s)
26 26
       --dispatcher-heartbeat duration   Dispatcher heartbeat period (ns|us|ms|s|m|h) (default 5s)
27
-      --external-ca value               Specifications of one or more certificate signing endpoints
27
+      --external-ca external-ca         Specifications of one or more certificate signing endpoints
28 28
       --help                            Print usage
29
-      --max-snapshots int               Number of additional Raft snapshots to retain
30
-      --snapshot-interval int           Number of log entries between Raft snapshots
29
+      --max-snapshots uint              Number of additional Raft snapshots to retain
30
+      --snapshot-interval uint          Number of log entries between Raft snapshots (default 10000)
31 31
       --task-history-limit int          Task history retention limit (default 5)
32 32
 ```
33 33