This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new f2820e4 [bug] modify disableIS08601 to disableISO8601
f2820e4 is described below
commit f2820e45b7a9de06fde4899c04cf3b644f1f3c89
Author: Li Wei <[email protected]>
AuthorDate: Fri Sep 25 16:08:05 2020 +0800
[bug] modify disableIS08601 to disableISO8601
---
docs/UserGuide/Client/Command Line Interface.md | 6 +++---
docs/UserGuide/Get Started/Frequently asked questions.md | 4 ++--
docs/zh/UserGuide/Client/Command Line Interface.md | 6 +++---
docs/zh/UserGuide/Get Started/Frequently asked questions.md | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/UserGuide/Client/Command Line Interface.md
b/docs/UserGuide/Client/Command Line Interface.md
index 1efa630..69f82d0 100644
--- a/docs/UserGuide/Client/Command Line Interface.md
+++ b/docs/UserGuide/Client/Command Line Interface.md
@@ -83,7 +83,7 @@ Enter ```quit``` or `exit` can exit Cli. The cli will shows
`quit normally`
|Parameter name|Parameter type|Required| Description| Example |
|:---|:---|:---|:---|:---|
-|-disableIS08601 |No parameters | No |If this parameter is set, IoTDB will
print the timestamp in digital form|-disableIS08601|
+|-disableISO8601 |No parameters | No |If this parameter is set, IoTDB will
print the timestamp in digital form|-disableISO8601|
|-h <`host`> |string, no quotation marks|Yes|The IP address of the IoTDB
server|-h 10.129.187.21|
|-help|No parameters|No|Print help information for IoTDB|-help|
|-p <`rpcPort`>|int|Yes|The rpc port number of the IoTDB server. IoTDB runs on
rpc port 6667 by default|-p 6667|
@@ -98,12 +98,12 @@ Following is a cli command which connects the host with IP
The Linux and MacOS system startup commands are as follows:
```
- Shell > sbin/start-cli.sh -h 10.129.187.21 -p 6667 -u root -pw root
-disableIS08601 -maxPRC 10
+ Shell > sbin/start-cli.sh -h 10.129.187.21 -p 6667 -u root -pw root
-disableISO8601 -maxPRC 10
```
The Windows system startup commands are as follows:
```
- Shell > sbin\start-cli.bat -h 10.129.187.21 -p 6667 -u root -pw root
-disableIS08601 -maxPRC 10
+ Shell > sbin\start-cli.bat -h 10.129.187.21 -p 6667 -u root -pw root
-disableISO8601 -maxPRC 10
```
### Note on using the CLI with OpenID Connect Auth enabled on Server side
diff --git a/docs/UserGuide/Get Started/Frequently asked questions.md
b/docs/UserGuide/Get Started/Frequently asked questions.md
index 3906505..172c318 100644
--- a/docs/UserGuide/Get Started/Frequently asked questions.md
+++ b/docs/UserGuide/Get Started/Frequently asked questions.md
@@ -159,9 +159,9 @@ IoTDB> show timeseries root.fit.d1.*
## How can I change IoTDB's Cli time display format?
-The default IoTDB's Cli time display format is human readable (e.g.
```1970-01-01T08:00:00.001```), if you want to display time in timestamp type
or other readable format, add parameter ```-disableIS08601``` in start command:
+The default IoTDB's Cli time display format is human readable (e.g.
```1970-01-01T08:00:00.001```), if you want to display time in timestamp type
or other readable format, add parameter ```-disableISO8601``` in start command:
```
-> $IOTDB_CLI_HOME/sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-disableIS08601
+> $IOTDB_CLI_HOME/sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-disableISO8601
```
diff --git a/docs/zh/UserGuide/Client/Command Line Interface.md
b/docs/zh/UserGuide/Client/Command Line Interface.md
index 708a729..abebcba 100644
--- a/docs/zh/UserGuide/Client/Command Line Interface.md
+++ b/docs/zh/UserGuide/Client/Command Line Interface.md
@@ -80,7 +80,7 @@ IoTDB>
|参数名|参数类型|是否为必需参数| 说明| 例子 |
|:---|:---|:---|:---|:---|
-|-disableIS08601 |没有参数 | 否
|如果设置了这个参数,IoTDB将以数字的形式打印时间戳(timestamp)。|-disableIS08601|
+|-disableISO8601 |没有参数 | 否
|如果设置了这个参数,IoTDB将以数字的形式打印时间戳(timestamp)。|-disableISO8601|
|-h <`host`> |string类型,不需要引号|是|IoTDB客户端连接IoTDB服务器的IP地址。|-h 10.129.187.21|
|-help|没有参数|否|打印IoTDB的帮助信息|-help|
|-p <`rpcPort`>|int类型|是|IoTDB连接服务器的端口号,IoTDB默认运行在6667端口。|-p 6667|
@@ -95,12 +95,12 @@ IoTDB>
Linux系统与MacOS系统启动命令如下:
```
- Shell > sbin/start-cli.sh -h 10.129.187.21 -p 6667 -u root -pw root
-disableIS08601 -maxPRC 10
+ Shell > sbin/start-cli.sh -h 10.129.187.21 -p 6667 -u root -pw root
-disableISO8601 -maxPRC 10
```
Windows系统启动命令如下:
```
- Shell > sbin\start-cli.bat -h 10.129.187.21 -p 6667 -u root -pw root
-disableIS08601 -maxPRC 10
+ Shell > sbin\start-cli.bat -h 10.129.187.21 -p 6667 -u root -pw root
-disableISO8601 -maxPRC 10
```
## 使用OpenID作为用户名认证登录
diff --git a/docs/zh/UserGuide/Get Started/Frequently asked questions.md
b/docs/zh/UserGuide/Get Started/Frequently asked questions.md
index 73bbeb1..9653ca9 100644
--- a/docs/zh/UserGuide/Get Started/Frequently asked questions.md
+++ b/docs/zh/UserGuide/Get Started/Frequently asked questions.md
@@ -160,8 +160,8 @@ IoTDB> show timeseries root.fit.d1.*
## 如何更改IoTDB的客户端时间显示格式?
-IoTDB 客户端默认显示的时间是人类可读的(比如:```1970-01-01T08:00:00.001```),如果您想显示是时间戳或者其他可读格式,
请在启动命令上添加参数```-disableIS08601```:
+IoTDB 客户端默认显示的时间是人类可读的(比如:```1970-01-01T08:00:00.001```),如果您想显示是时间戳或者其他可读格式,
请在启动命令上添加参数```-disableISO8601```:
```
-> $IOTDB_CLI_HOME/sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-disableIS08601
+> $IOTDB_CLI_HOME/sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-disableISO8601
```