瀏覽代碼

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>
Aaron Lehmann 9 年之前
父節點
當前提交
9aed7d1a3d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/commandline/swarm_init.md

+ 2 - 2
docs/reference/commandline/swarm_init.md

@@ -37,8 +37,8 @@ ID                           NAME      MEMBERSHIP  STATUS  AVAILABILITY  MANAGER
 
 
 ### `--auto-accept value`
 ### `--auto-accept value`
 
 
-This flag controls node acceptance into the cluster. By default, both `worker` and `manager`
-nodes are auto accepted by the cluster. This can be changed by specifing what kinds of nodes
+This flag controls node acceptance into the cluster. By default, `worker` nodes are
+automatically accepted by the cluster. This can be changed by specifing what kinds of nodes
 can be auto-accepted into the cluster. If auto-accept is not turned on, then
 can be auto-accepted into the cluster. If auto-accept is not turned on, then
 [node accept](node_accept.md) can be used to explicitly accept a node into the cluster.
 [node accept](node_accept.md) can be used to explicitly accept a node into the cluster.