add --detach to docker scale

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: 6c6b1091d9
Component: cli
This commit is contained in:
Victor Vieux
2017-06-27 09:55:10 -07:00
parent 59836240bc
commit 37752ce207
2 changed files with 32 additions and 7 deletions
@@ -16,11 +16,12 @@ keywords: "service, scale"
# service scale
```markdown
Usage: docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS...]
Usage: docker service scale [OPTIONS] SERVICE=REPLICAS [SERVICE=REPLICAS...]
Scale one or multiple replicated services
Options:
-d, --detach Exit immediately instead of waiting for the service to converge (default true)
--help Print usage
```