소스 검색

write in protocol now consistent

Denys 4 년 전
부모
커밋
89d8f7767f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GUI-CLI Protocol.md

+ 1 - 1
GUI-CLI Protocol.md

@@ -16,7 +16,7 @@ The CLI then tries to establish a connection to the given server and tells the G
 
 GUI:
 ```
-write: "connect <ip address> <port>"
+write: "connect" ip_address port
 ```
 Alternatively, it is possible to only pass an ip address, then by default port 1234 is used.