From 1b1a209f9fca44ad1b374a3fc742f34d5d7911ae 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 6b244a05b0416..68209cb81da17 100644 --- a/configure-placement-rules.md +++ b/configure-placement-rules.md @@ -297,7 +297,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: @@ -305,7 +305,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