You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/12/31 08:30:39 UTC

[iotdb] branch master updated: fix the cli doc typo (#2399)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 482b5b3  fix the cli doc typo (#2399)
482b5b3 is described below

commit 482b5b37b2f235125f7d5a61cc2439807df1af14
Author: HouliangQi <ne...@163.com>
AuthorDate: Thu Dec 31 16:30:26 2020 +0800

    fix the cli doc typo (#2399)
---
 docs/zh/UserGuide/Client/Command Line Interface.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/UserGuide/Client/Command Line Interface.md b/docs/zh/UserGuide/Client/Command Line Interface.md
index 9620db5..6e29ad0 100644
--- a/docs/zh/UserGuide/Client/Command Line Interface.md	
+++ b/docs/zh/UserGuide/Client/Command Line Interface.md	
@@ -88,7 +88,7 @@ IoTDB>
 |-u <`username`>|string类型,不需要引号|是|IoTDB连接服务器锁使用的用户名。|-u root|
 |-maxPRC <`maxPrintRowCount`>|int类型|否|设置IoTDB返回客户端命令行中所显示的最大行数。|-maxPRC 10|
 |-e <`execute`> |string类型|否|在不进入客户端输入模式的情况下,批量操作IoTDB|-e "show storage group"|
-|-c | 控 | 否 | 如果服务器设置了 `rpc_thrift_compression_enable=true`, 则CLI必须使用 `-c` | -c |
+|-c | 空 | 否 | 如果服务器设置了 `rpc_thrift_compression_enable=true`, 则CLI必须使用 `-c` | -c |
 
 下面展示一条客户端命令,功能是连接IP为10.129.187.21的主机,端口为6667 ,用户名为root,密码为root,以数字的形式打印时间戳,IoTDB命令行显示的最大行数为10。