Skip to content

Commit b37033d

Browse files
authored
docs: the servers are by comma instead of colon (#462)
1 parent b7bab80 commit b37033d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ fn main() -> ResultType<()> {
1717
"-c --config=[FILE] +takes_value 'Sets a custom config file'
1818
-p, --port=[NUMBER(default={RENDEZVOUS_PORT})] 'Sets the listening port'
1919
-s, --serial=[NUMBER(default=0)] 'Sets configure update serial number'
20-
-R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, separated by colon'
20+
-R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, separated by comma'
2121
-u, --software-url=[URL] 'Sets download url of RustDesk software of newest version'
22-
-r, --relay-servers=[HOST] 'Sets the default relay servers, separated by colon'
22+
-r, --relay-servers=[HOST] 'Sets the default relay servers, separated by comma'
2323
-M, --rmem=[NUMBER(default={RMEM})] 'Sets UDP recv buffer size, set system rmem_max first, e.g., sudo sysctl -w net.core.rmem_max=52428800. vi /etc/sysctl.conf, net.core.rmem_max=52428800, sudo sysctl –p'
2424
, --mask=[MASK] 'Determine if the connection comes from LAN, e.g. 192.168.0.0/16'
2525
-k, --key=[KEY] 'Only allow the client with the same key'",

0 commit comments

Comments
 (0)