Browse code

Merge pull request #24248 from aaronlehmann/swarm-init-docs-fix

Fix --auto-accept documentation

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