StefanieZhao7 commented on code in PR #379:
URL: https://github.com/apache/iotdb-docs/pull/379#discussion_r1797673239


##########
src/zh/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md:
##########
@@ -304,15 +338,25 @@ IoTDB> show cluster
 
 当需要把一个 AINode 节点移出集群时,可以执行移除脚本。移除和停止脚本的差别是:停止是在集群中保留 AINode 节点但停止 AINode 
服务,移除则是把 AINode 节点从集群中移除出去。
 
+
  #### 移除命令
 
+```shell
+  # Linux / MacOS 
+  bash sbin/remove-ainode.sh  
+
+  # Windows
+  sbin\remove-ainode.bat  
+  ```
+
+##### 详细语法
 
 ```shell
   # Linux / MacOS 
-  bash sbin/remove-ainode.sh  -i<directory>  -t<AINode-id>/<ip>:<rpc-port>  -r 
 -n
+  bash sbin/remove-ainode.sh  -i<path>  -t<AINode-id>  -r  -n
 
   # Windows
-  sbin\remove-ainode.bat  -i<directory>  -t<AINode-id>/<ip>:<rpc-port>  -r  -n
+  sbin\remove-ainode.bat  -i<path>  -t<AINode-id>  -r  -n

Review Comment:
   bin_path?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to