Remove --network-add and --network-rm flags from service update

These flags were not supported (daemon returns an error), and it was an
oversight. They were not present in completion scripts.

Signed-off-by: Tibor Vass <tibor@docker.com>
master
Tibor Vass 2016-08-11 18:30:04 -07:00
parent afbc834a99
commit e15ee6cec4
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ Options:
--mount-add value Add or update a mount on a service
--mount-rm value Remove a mount by its target path (default [])
--name string Service name
--network-add value Add or update network attachments (default [])
--network-rm value Remove a network by name (default [])
--publish-add value Add or update a published port (default [])
--publish-rm value Remove a published port by its target port (default [])
--replicas value Number of tasks (default none)