add short flag for force
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
ac4b6e3505
commit
9c9e10b0ca
@ -24,7 +24,7 @@ Aliases:
|
|||||||
rm, remove
|
rm, remove
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--force Force remove a node from the swarm
|
-f, --force Force remove a node from the swarm
|
||||||
--help Print usage
|
--help Print usage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@ keywords: "swarm, leave"
|
|||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm leave [OPTIONS]
|
Usage: docker swarm leave [OPTIONS]
|
||||||
|
|
||||||
Leave the swarm (workers only).
|
Leave the swarm (workers only)
|
||||||
|
|
||||||
Options:
|
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
|
--help Print usage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user