moby--moby/cli/command/swarm
Sebastiaan van Stijn f89eee5d9d
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>
2016-12-16 15:10:20 +01:00
..
cmd.go
init.go
join.go
join_token.go
leave.go swarm leave is not only for workers 2016-12-16 15:10:20 +01:00
opts.go
opts_test.go
unlock.go
unlock_key.go
update.go Show usage when `docker swarm update` has no flags 2016-12-13 05:05:04 -08:00