mirror of
https://github.com/moby/moby.git
synced 2026-07-08 23:57:50 +00:00
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>