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

wangchao316 pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new e98acd21794 Fix the Script Name for TsFile-Sketch-Tool (#11578)
e98acd21794 is described below

commit e98acd2179462be4225b16024b1925444b9c26b7
Author: Bo Cui <[email protected]>
AuthorDate: Mon Nov 20 17:19:34 2023 +0800

    Fix the Script Name for TsFile-Sketch-Tool (#11578)
    
    Fix the Script Name for TsFile-Sketch-Tool (#11578)
---
 docs/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md    | 4 ++--
 docs/zh/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md 
b/docs/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
index 91d0c599b53..88c3457945b 100644
--- a/docs/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
+++ b/docs/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
@@ -28,13 +28,13 @@ TsFile sketch tool is used to print the content of a TsFile 
in sketch mode. The
 -   For Windows:
 
 ```
-.\print-tsfile-sketch.bat <TsFile path> (<storage path of the output sketch 
file>) 
+.\print-tsfile.bat <TsFile path> (<storage path of the output sketch file>) 
 ```
 
 -   For Linux or MacOs:
 
 ```
-./print-tsfile-sketch.sh <TsFile path> (<storage path of the output sketch 
file>) 
+./print-tsfile.sh <TsFile path> (<storage path of the output sketch file>) 
 ```
 
 Note: if the storage path of the output sketch file is not set, the default 
relative path "TsFile_sketch_view.txt" will be used.
diff --git a/docs/zh/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md 
b/docs/zh/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
index 06cd39b8add..9e4584a9cb3 100644
--- a/docs/zh/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
+++ b/docs/zh/UserGuide/Maintenance-Tools/TsFile-Sketch-Tool.md
@@ -28,13 +28,13 @@ TsFile概览工具用于以概要模式打印出一个TsFile的内容,工具
 -   Windows:
 
 ```bash
-.\print-tsfile-sketch.bat <TsFile文件路径> (<输出结果的存储路径>) 
+.\print-tsfile.bat <TsFile文件路径> (<输出结果的存储路径>) 
 ```
 
 -   Linux or MacOs:
 
 ```shell
-./print-tsfile-sketch.sh <TsFile文件路径> (<输出结果的存储路径>) 
+./print-tsfile.sh <TsFile文件路径> (<输出结果的存储路径>) 
 ```
 
 注意:如果没有设置输出结果的存储路径, 将使用相对路径"TsFile_sketch_view.txt"作为默认值。

Reply via email to