From 5c03e1a4b67da855eee129b39200eb57c727ff41 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Fri, 10 Sep 2021 09:38:51 +0200 Subject: [PATCH] Configure placement rules: fix placement doc --- configure-placement-rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure-placement-rules.md b/configure-placement-rules.md index f339b1a4411b7..b28a4526cf270 100644 --- a/configure-placement-rules.md +++ b/configure-placement-rules.md @@ -298,7 +298,7 @@ For example, to save all configuration to the `rules.json` file, execute the fol {{< copyable "shell-regular" >}} ```bash -pd-ctl config placement-rules rule-bundle load -out="rules.json" +pd-ctl config placement-rules rule-bundle load --out="rules.json" ``` After editing the file, execute the following command to save the configuration to the PD server: @@ -306,7 +306,7 @@ After editing the file, execute the following command to save the configuration {{< copyable "shell-regular" >}} ```bash -pd-ctl config placement-rules rule-bundle save -in="rules.json" +pd-ctl config placement-rules rule-bundle save --in="rules.json" ``` ### Use tidb-ctl to query the table-related key range