mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
The --name flag was inadvertently added to docker service update, but is not supported, as it has various side-effects (e.g., existing tasks are not renamed). This removes the flag from the service update command. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>