Anil Madhavapeddy
b214ee32d9
make docker service --help text for --endpoint-mode more consistent
Previously:
```
--constraint value Placement constraints (default [])
--endpoint-mode string Endpoint mode(Valid values: vip, dnsrr)
<snip>
--restart-condition string Restart when condition is met (none, on_failure, or any)
```
Now:
```
--constraint value Placement constraints (default [])
--endpoint-mode string Endpoint mode (vip or dnsrr)
<snip>
--restart-condition string Restart when condition is met (none, on_failure, or any)
```
Signed-off-by: Anil Madhavapeddy <anil@docker.com>
Upstream-commit: 2de9585f5ea798cbff23045d9d19ba239d5e5431
Component: engine
2016-07-06 12:10:28 +01:00
..
2016-06-14 14:56:35 -04:00
2016-06-30 14:59:32 -07:00
2016-06-30 21:17:51 +08:00
2016-06-22 14:49:24 -07:00
2016-06-16 18:18:25 -04:00
2016-07-06 12:10:28 +01:00
2016-06-13 22:17:15 -07:00
2016-06-30 14:59:32 -07:00
2016-07-05 12:16:57 -07:00
2016-06-29 12:41:57 -04:00
2016-06-30 17:18:59 -07:00