From 14cefd45a33f9c0cff1362cac5ba143433f2f2d2 Mon Sep 17 00:00:00 2001 From: toutdesuite Date: Wed, 15 Apr 2020 22:25:15 +0800 Subject: [PATCH] tiup: fix deploy stop command (#2289) --- 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.