Merge pull request #29482 from thaJeztah/not-for-workers-only

swarm leave is not only for workers
This commit is contained in:
Aaron Lehmann 2016-12-16 09:48:35 -08:00 committed by GitHub
commit 87e8828dff
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ func newLeaveCommand(dockerCli *command.DockerCli) *cobra.Command {
cmd := &cobra.Command{
Use: "leave [OPTIONS]",
Short: "Leave the swarm (workers only)",
Short: "Leave the swarm",
Args: cli.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
return runLeave(dockerCli, opts)

View file

@ -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