moby--moby/cli/command/swarm
Sebastiaan van Stijn 5391ce8ffa 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>
(cherry picked from commit f89eee5d9d)
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-12-15 22:41:43 -08:00
..
cmd.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
init.go cli: Change autolock flag description 2016-11-10 12:05:19 -08:00
join.go change join node role judge 2016-10-19 19:47:42 +08:00
join_token.go Fix bunch of typos 2016-10-29 15:03:26 +08:00
leave.go swarm leave is not only for workers 2016-12-15 22:41:43 -08:00
opts.go fix description of 'docker swarm init' 2016-11-28 11:28:52 -08:00
opts_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
unlock.go use "golang.org/x/net/context" instead of "context" 2016-11-10 08:23:19 -08:00
unlock_key.go Add unlock key rotation 2016-11-09 16:09:01 -08:00
update.go Show usage when `docker swarm update` has no flags 2016-12-15 21:07:18 -08:00