From b40f52ca7684b870fc0855d6e3416797b329ce2f Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Wed, 6 Feb 2019 17:12:00 -0800 Subject: [PATCH] Fixes issue 8141 --- datacenter/dtr/2.5/reference/cli/destroy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/dtr/2.5/reference/cli/destroy.md b/datacenter/dtr/2.5/reference/cli/destroy.md index e6219aba0b..f3a84067f1 100644 --- a/datacenter/dtr/2.5/reference/cli/destroy.md +++ b/datacenter/dtr/2.5/reference/cli/destroy.md @@ -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