add short flag for force

Signed-off-by: allencloud <allen.sun@daocloud.io>
master
allencloud 2016-11-09 14:22:06 +08:00 committed by Tibor Vass
parent ac4b6e3505
commit 9c9e10b0ca
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ Aliases:
rm, remove
Options:
--force Force remove a node from the swarm
-f, --force Force remove a node from the swarm
--help Print usage
```

View File

@ -18,10 +18,10 @@ keywords: "swarm, leave"
```markdown
Usage: docker swarm leave [OPTIONS]
Leave the swarm (workers only).
Leave the swarm (workers only)
Options:
--force Force this node to leave the swarm, ignoring warnings
-f, --force Force this node to leave the swarm, ignoring warnings
--help Print usage
```