Skip to content

Commit c87936a

Browse files
authored
Problem with modifying export script parameters (#443)
1 parent 1936145 commit c87936a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire
3131

3232
| **Parameter** | **Definition** | **Required** | **Default** |
3333
| -------- | ------------------------------------------------------------ | ------------ | --------- |
34-
| -h | Hostname | No | root |
35-
| -p | Port | No | root |
36-
| -u | Username | No | 127.0.0.1 |
37-
| -pw | Password | No | 6667 |
34+
| -h | Hostname | No | 127.0.0.1 |
35+
| -p | Port | No | 6667 |
36+
| -u | Username | No | root |
37+
| -pw | Password | No | root |
3838
| -t | Target file directory, used to specify the directory where the output file should be saved | Yes | - |
3939
| -tfn | Name of the export file | No | - |
4040
| -q | Number of query commands to be executed, possibly used for batch execution of queries | No | - |

src/UserGuide/latest/Tools-System/Data-Export-Tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire
3131

3232
| **Parameter** | **Definition** | **Required** | **Default** |
3333
| -------- | ------------------------------------------------------------ | ------------ | --------- |
34-
| -h | Hostname | No | root |
35-
| -p | Port | No | root |
36-
| -u | Username | No | 127.0.0.1 |
37-
| -pw | Password | No | 6667 |
34+
| -h | Hostname | No | 127.0.0.1 |
35+
| -p | Port | No | 6667 |
36+
| -u | Username | No | root |
37+
| -pw | Password | No | root |
3838
| -t | Target file directory, used to specify the directory where the output file should be saved | Yes | - |
3939
| -tfn | Name of the export file | No | - |
4040
| -q | Number of query commands to be executed, possibly used for batch execution of queries | No | - |

src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire
3030

3131
| **参数** | **定义** | **是否必填** | **默认** |
3232
| -------- | ------------------------------------------------------------ | ------------ | --------- |
33-
| -h | 主机名 || root |
34-
| -p | 端口号 || root |
35-
| -u | 用户名 || 127.0.0.1 |
36-
| -pw | 密码 || 6667 |
33+
| -h | 主机名 || 127.0.0.1 |
34+
| -p | 端口号 || 6667 |
35+
| -u | 用户名 || root |
36+
| -pw | 密码 || root |
3737
| -t | 目标文件目录,用于指定输出文件应该保存到的目录 || - |
3838
| -tfn | 导出文件的名称 || - |
3939
| -q | 想要执行的查询命令的数量,可能用于批量执行查询 || - |

src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire
3030

3131
| **参数** | **定义** | **是否必填** | **默认** |
3232
| -------- | ------------------------------------------------------------ | ------------ | --------- |
33-
| -h | 主机名 || root |
34-
| -p | 端口号 || root |
35-
| -u | 用户名 || 127.0.0.1 |
36-
| -pw | 密码 || 6667 |
33+
| -h | 主机名 || 127.0.0.1 |
34+
| -p | 端口号 || 6667 |
35+
| -u | 用户名 || root |
36+
| -pw | 密码 || root |
3737
| -t | 目标文件目录,用于指定输出文件应该保存到的目录 || - |
3838
| -tfn | 导出文件的名称 || - |
3939
| -q | 想要执行的查询命令的数量,可能用于批量执行查询 || - |

0 commit comments

Comments
 (0)