From 16a728deacea98a22028bc798b8a8a4d53a227fb 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