swarm leave is not only for workers
the "docker swarm leave" command description
mentioned that the command can only be used
for workers, however, the command can also
be used for managers (using the `-f` / `--force`
option).
this patch removes the "(workers only)" part
of the command description.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 0d964441e9
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
5b8e4af26b
commit
7f47625faa
@@ -18,7 +18,7 @@ keywords: "swarm, leave"
|
||||
```markdown
|
||||
Usage: docker swarm leave [OPTIONS]
|
||||
|
||||
Leave the swarm (workers only)
|
||||
Leave the swarm
|
||||
|
||||
Options:
|
||||
-f, --force Force this node to leave the swarm, ignoring warnings
|
||||
|
||||
Reference in New Issue
Block a user