Browse code

Update swarm init task-history-limit docs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 180f8c61bb1d3f05c21e697147b2f75a44bda485)
Signed-off-by: Tibor Vass <tibor@docker.com>

Vincent Demeester authored on 2016/07/24 18:13:06
Showing 2 changed files
... ...
@@ -24,7 +24,7 @@ Options:
24 24
       --force-new-cluster               Force create a new cluster from current state.
25 25
       --help                            Print usage
26 26
       --listen-addr value               Listen address (default 0.0.0.0:2377)
27
-      --task-history-limit int          Task history retention limit (default 10)
27
+      --task-history-limit int          Task history retention limit (default 5)
28 28
 ```
29 29
 
30 30
 Initialize a swarm cluster. The docker engine targeted by this command becomes a manager
... ...
@@ -22,7 +22,7 @@ Options:
22 22
       --dispatcher-heartbeat duration   Dispatcher heartbeat period (default 5s)
23 23
       --external-ca value               Specifications of one or more certificate signing endpoints
24 24
       --help                            Print usage
25
-      --task-history-limit int          Task history retention limit (default 10)
25
+      --task-history-limit int          Task history retention limit (default 5)
26 26
 ```
27 27
 
28 28
 Updates a swarm cluster with new parameter values. This command must target a manager node.