From fcf732117df0d4a57202cc056ee9c24749745bd4 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Thu, 11 Aug 2016 19:45:44 +0800
Subject: [PATCH] docker swarm join command has no flag 'X--swarm-token'
Signed-off-by: lixiaobing10051267
---
docs/swarm/swarm-tutorial/create-swarm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/swarm/swarm-tutorial/create-swarm.md b/docs/swarm/swarm-tutorial/create-swarm.md
index b6d6222169..57e67ba353 100644
--- a/docs/swarm/swarm-tutorial/create-swarm.md
+++ b/docs/swarm/swarm-tutorial/create-swarm.md
@@ -46,7 +46,7 @@ node. For example, the tutorial uses a machine named `manager1`.
to access the manager at the IP address.
The output incudes the commands to join new nodes to the swarm. Nodes will
- join as managers or workers depending on the value for the `--swarm-token`
+ join as managers or workers depending on the value for the `--token`
flag.
2. Run `docker info` to view the current state of the swarm: