Skip to content

Commit

Permalink
[docs] Fix error command of meta tool docs (#9590)
Browse files Browse the repository at this point in the history
Co-authored-by: lihaopeng <lihaopeng@baidu.com>
  • Loading branch information
HappenLee and lihaopeng authored May 20, 2022
1 parent c2d41c8 commit 1e940f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/admin-manual/maint-monitor/tablet-meta-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/admin-manual/maint-monitor/tablet-meta-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e940f2

Please sign in to comment.