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

qiaojialin 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 5f1cb2b  [IOTDB-628] change readme.md description (#1137)
5f1cb2b is described below

commit 5f1cb2b3e5329d8c43f3f21c098d2e266abccac7
Author: chaow <[email protected]>
AuthorDate: Sat May 2 14:08:54 2020 +0800

    [IOTDB-628] change readme.md description (#1137)
    
    Co-authored-by: mychaow <[email protected]>
---
 README.md    | 18 +++++++++---------
 README_ZH.md | 14 +++++++-------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index af53312..731e19a 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ For the latest information about IoTDB, please visit [IoTDB 
official website](ht
        - Basic commands for IoTDB
     - Stop IoTDB
  - Only build server
- - Only build client
+ - Only build cli
  - Usage of import-csv.sh
     - Create metadata
     - An Example of import csv file
@@ -122,7 +122,7 @@ Under the root path of incubator-iotdb:
 > mvn clean package -DskipTests
 ```
 
-Then the binary version (including both server and client) can be found at 
**distribution/target/apache-iotdb-{project.version}-incubating-bin.zip**
+Then the binary version (including both server and cli) can be found at 
**distribution/target/apache-iotdb-{project.version}-incubating-bin.zip**
 
 > NOTE: Directories "service-rpc/target/generated-sources/thrift" and 
 > "server/target/generated-sources/antlr4" need to be added to sources roots 
 > to avoid compilation errors in the IDE.
 
@@ -165,20 +165,20 @@ Users can start IoTDB by the start-server script under 
the sbin folder.
 IoTDB offers different ways to interact with server, here we introduce the 
basic steps of using Cli tool to insert and query data.
 
 After installing IoTDB, there is a default user 'root', its default password 
is also 'root'. Users can use this
-default user to login Cli to use IoTDB. The startup script of Cli is the 
start-client script in the folder sbin. When executing the script, user should 
assign
+default user to login Cli to use IoTDB. The startup script of Cli is the 
start-cli script in the folder sbin. When executing the script, user should 
assign
 IP, PORT, USER_NAME and PASSWORD. The default parameters are "-h 127.0.0.1 -p 
6667 -u root -pw -root".
 
 Here is the command for starting the Cli:
 
 ```
 # Unix/OS X
-> sbin/start-client.sh -h 127.0.0.1 -p 6667 -u root -pw root
+> sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
 
 # Windows
-> sbin\start-client.bat -h 127.0.0.1 -p 6667 -u root -pw root
+> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
 ```
 
-The command line client is interactive, so you should see the welcome logo and 
statements if everything is ready:
+The command line cli is interactive, so you should see the welcome logo and 
statements if everything is ready:
 
 ```
  _____       _________  ______   ______
@@ -315,15 +315,15 @@ Under the root path of incubator-iotdb:
 After being built, the IoTDB server is located at the folder: 
"server/target/iotdb-server-{project.version}".
 
 
-## Only build client
+## Only build cli
 
 Under the root path of incubator-iotdb:
 
 ```
-> mvn clean package -pl client -am -DskipTests
+> mvn clean package -pl cli -am -DskipTests
 ```
 
-After being built, the IoTDB client is located at the folder 
"client/target/iotdb-client-{project.version}".
+After being built, the IoTDB cli is located at the folder 
"cli/target/iotdb-cli-{project.version}".
 
 ## Usage of import-csv.sh
 
diff --git a/README_ZH.md b/README_ZH.md
index a1f0fcf..b1e1bb4 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -65,7 +65,7 @@ IoTDB的主要特点如下:
        - 基本的 IoTDB 命令
     - 停止 IoTDB
  - 只编译 server
- - 只编译 client
+ - 只编译 cli
  - 使用 import-csv.sh
     - 创建元数据
     - 从 csv 文件导入数据的示例
@@ -160,7 +160,7 @@ git checkout release/x.x.x
 IoTDB提供了与服务器交互的不同方式,这里我们将介绍使用 Cli 工具插入和查询数据的基本步骤。
 
 安装 IoTDB 后,有一个默认的用户`root`,它的默认密码也是`root`。用户可以使用这个
-默认用户登录 Cli 并使用 IoTDB。Cli 的启动脚本是 sbin 文件夹中的 start-client 脚本。
+默认用户登录 Cli 并使用 IoTDB。Cli 的启动脚本是 sbin 文件夹中的 start-cli 脚本。
 在执行脚本时,用户应该指定 IP,端口,USER_NAME 和 密码。默认参数为`-h 127.0.0.1 -p 6667 -u root -pw 
root`。
 
 
@@ -168,10 +168,10 @@ IoTDB提供了与服务器交互的不同方式,这里我们将介绍使用 Cl
 
 ```
 # Unix/OS X
-> sbin/start-client.sh -h 127.0.0.1 -p 6667 -u root -pw root
+> sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
 
 # Windows
-> sbin\start-client.bat -h 127.0.0.1 -p 6667 -u root -pw root
+> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
 ```
 
 命令行客户端是交互式的,所以如果一切就绪,您应该看到欢迎标志和声明:
@@ -317,15 +317,15 @@ server 可以使用 "ctrl-C" 或者执行下面的脚本:
 编译完成后, IoTDB server 将生成在: "server/target/iotdb-server-{project.version}".
 
 
-## 只编译 client
+## 只编译 cli
 
 在 incubator-iotdb 根目录下执行:
 
 ```
-> mvn clean package -pl client -am -DskipTests
+> mvn clean package -pl cli -am -DskipTests
 ```
 
-编译完成后, IoTDB client 将生成在 "client/target/iotdb-client-{project.version}".
+编译完成后, IoTDB cli 将生成在 "cli/target/iotdb-cli-{project.version}".
 
 ## 使用 import-csv.sh
 

Reply via email to