Browse Source

write in protocol now consistent

Denys 4 years ago
parent
commit
89d8f7767f
1 changed files with 1 additions and 1 deletions
  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.