mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03: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>