This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 723d61e1 fix export windows command (#688)
723d61e1 is described below
commit 723d61e117bcdc3bd66f733c4e85cc833322de70
Author: leto-b <[email protected]>
AuthorDate: Thu Apr 3 10:32:58 2025 +0800
fix export windows command (#688)
---
src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md | 2 +-
src/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md | 2 +-
src/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md | 2 +-
src/UserGuide/latest/Tools-System/Data-Export-Tool.md | 2 +-
src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md | 2 +-
src/zh/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md | 2 +-
src/zh/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md | 2 +-
src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
b/src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
index e0337679..f349f4b8 100644
--- a/src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
+++ b/src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
@@ -119,7 +119,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
b/src/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
index e0337679..f349f4b8 100644
--- a/src/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
+++ b/src/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
@@ -119,7 +119,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
b/src/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
index e0337679..f349f4b8 100644
--- a/src/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
+++ b/src/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
@@ -119,7 +119,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/UserGuide/latest/Tools-System/Data-Export-Tool.md
b/src/UserGuide/latest/Tools-System/Data-Export-Tool.md
index e0337679..f349f4b8 100644
--- a/src/UserGuide/latest/Tools-System/Data-Export-Tool.md
+++ b/src/UserGuide/latest/Tools-System/Data-Export-Tool.md
@@ -119,7 +119,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
b/src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
index e4d1fc09..d2853627 100644
--- a/src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
+++ b/src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
@@ -129,7 +129,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/zh/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
b/src/zh/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
index e4d1fc09..d2853627 100644
--- a/src/zh/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
+++ b/src/zh/UserGuide/V1.3.x/Tools-System/Data-Export-Tool-1-3-4.md
@@ -129,7 +129,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/zh/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
b/src/zh/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
index e4d1fc09..d2853627 100644
--- a/src/zh/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
+++ b/src/zh/UserGuide/dev-1.3/Tools-System/Data-Export-Tool-1-3-4.md
@@ -129,7 +129,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```
diff --git a/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md
b/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md
index e4d1fc09..d2853627 100644
--- a/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md
+++ b/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md
@@ -129,7 +129,7 @@ Parse error: Missing required option: t
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
# Windows
-> tools\export-data.sh -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
+> tools\export-data.bat -ft<format> [-h <host>] [-p <port>] [-u <username>]
[-pw <password>]
-t <target_directory> [-pfn <prefix_file_name>] [-q <query_command>]
[-timeout <query_timeout>]
```