Merge pull request #8171 from docker/dtr-cli-fixes

Fixes issue 8141
This commit is contained in:
L-Hudson 2019-02-07 18:32:37 -05:00 committed by GitHub
commit a75201b355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ docker run -it --rm docker/dtr \
This command forcefully removes all containers and volumes associated with
a DTR replica without notifying the rest of the cluster. Use this command
on all replicas uninstall DTR.
on all replicas to uninstall DTR.
Use the 'remove' command to gracefully scale down your DTR cluster.
Use `docker/dtr remove` to gracefully scale down your DTR cluster.
## Options