This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e940f28b0 [docs] Fix error command of meta tool docs (#9590)
1e940f28b0 is described below

commit 1e940f28b07c7a17f3d373772cb2226bcf94faa6
Author: HappenLee <[email protected]>
AuthorDate: Fri May 20 09:36:26 2022 +0800

    [docs] Fix error command of meta tool docs (#9590)
    
    Co-authored-by: lihaopeng <[email protected]>
---
 docs/en/admin-manual/maint-monitor/tablet-meta-tool.md    | 2 +-
 docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/admin-manual/maint-monitor/tablet-meta-tool.md 
b/docs/en/admin-manual/maint-monitor/tablet-meta-tool.md
index 90f28179db..cae8e78e2d 100644
--- a/docs/en/admin-manual/maint-monitor/tablet-meta-tool.md
+++ b/docs/en/admin-manual/maint-monitor/tablet-meta-tool.md
@@ -88,7 +88,7 @@ The function of loading header is provided to realize manual 
migration of tablet
 Command:
 
 ```
-./lib/meta_tool --operation=load_meta --root_path=/path/to/root_path 
--json_header_path=path
+./lib/meta_tool --operation=load_meta --root_path=/path/to/root_path 
--json_meta_path=path
 ```
 
 ### Delete header
diff --git a/docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md 
b/docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md
index 9ebbf2de62..6b5ec866e7 100644
--- a/docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md
+++ b/docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md
@@ -86,7 +86,7 @@ api:
 命令:
 
 ```
-./lib/meta_tool --operation=load_meta --root_path=/path/to/root_path 
--json_header_path=path
+./lib/meta_tool --operation=load_meta --root_path=/path/to/root_path 
--json_meta_path=path
 ```
 
 ### 删除 header


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to