From e86e8b8dd40263a39d1ce3f45208bd74b1d56e12 Mon Sep 17 00:00:00 2001 From: toutdesuite Date: Wed, 15 Apr 2020 19:41:37 +0800 Subject: [PATCH] tiup: fix deploy stop command --- how-to/deploy/orchestrated/tiup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/deploy/orchestrated/tiup.md b/how-to/deploy/orchestrated/tiup.md index a97fcff8ba79d..069c8d421f16c 100644 --- a/how-to/deploy/orchestrated/tiup.md +++ b/how-to/deploy/orchestrated/tiup.md @@ -1206,7 +1206,7 @@ To stop the `tidb-test` cluster, run the following command: {{< copyable "shell-regular" >}} ```shell -cluster stop tidb-test +tiup cluster stop tidb-test ``` The expected output is as follows. `Stopped cluster tidb-test successfully` indicates the cluster is successfully stopped.