Browse code

Fix --auto-accept documentation

The --auto-accept documentation currently says that both worker and
manager nodes are automatically accepted by default. Correct it.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit 9aed7d1a3dd7677cbba6b92952a9d28801cf1ceb)
Signed-off-by: Tibor Vass <tibor@docker.com>

Aaron Lehmann authored on 2016/07/02 08:52:33
Showing 1 changed files
... ...
@@ -38,8 +38,8 @@ ID                           NAME      MEMBERSHIP  STATUS  AVAILABILITY  MANAGER
38 38
 
39 39
 ### `--auto-accept value`
40 40
 
41
-This flag controls node acceptance into the cluster. By default, both `worker` and `manager`
42
-nodes are auto accepted by the cluster. This can be changed by specifing what kinds of nodes
41
+This flag controls node acceptance into the cluster. By default, `worker` nodes are
42
+automatically accepted by the cluster. This can be changed by specifing what kinds of nodes
43 43
 can be auto-accepted into the cluster. If auto-accept is not turned on, then
44 44
 [node accept](node_accept.md) can be used to explicitly accept a node into the cluster.
45 45