You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/12/03 13:39:47 UTC

[iotdb] branch fix_readme updated: fix reame

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

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


The following commit(s) were added to refs/heads/fix_readme by this push:
     new 2fe353b06f fix reame
2fe353b06f is described below

commit 2fe353b06fd8b7b0a2c0c24c6b8fdd8cf11a65d4
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Dec 3 21:39:33 2022 +0800

    fix reame
---
 README.md                                  | 4 ++--
 README_ZH.md                               | 4 ++--
 docs/zh/UserGuide/QuickStart/QuickStart.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9ebf5bd2c3..1c4d497827 100644
--- a/README.md
+++ b/README.md
@@ -362,10 +362,10 @@ The server can be stopped with "ctrl-C" or the following script:
 
 ```
 # Unix/OS X
-> sbin/stop-server.sh
+> sbin/stop-standalone.sh
 
 # Windows
-> sbin\stop-server.bat
+> sbin\stop-standalone.bat
 ```
 
 ## Only build server
diff --git a/README_ZH.md b/README_ZH.md
index 2f68611723..6bfd2fbbe7 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -354,10 +354,10 @@ server 可以使用 "ctrl-C" 或者执行下面的脚本:
 
 ```
 # Unix/OS X
-> sbin/stop-server.sh
+> sbin/stop-standalone.sh
 
 # Windows
-> sbin\stop-server.bat
+> sbin\stop-standalone.bat
 ```
 
 ## 只编译 server
diff --git a/docs/zh/UserGuide/QuickStart/QuickStart.md b/docs/zh/UserGuide/QuickStart/QuickStart.md
index 5c550ecad1..3ecb2c2349 100644
--- a/docs/zh/UserGuide/QuickStart/QuickStart.md
+++ b/docs/zh/UserGuide/QuickStart/QuickStart.md
@@ -236,7 +236,7 @@ IoTDB> exit
 
 ### 停止 IoTDB
 
-用户可以使用$IOTDB_HOME/sbin 文件夹下的 stop-server 脚本停止 IoTDB。
+用户可以使用$IOTDB_HOME/sbin 文件夹下的 stop-standalone 脚本停止 IoTDB。
 
 Linux 系统与 MacOS 系统停止命令如下: