Browse Source

chore: fix some typos in comments (#404)

Signed-off-by: writegr <wellweek@outlook.com>
writegr 1 year ago
parent
commit
6e91f41a10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main.rs

+ 2 - 2
src/main.rs

@@ -17,9 +17,9 @@ fn main() -> ResultType<()> {
17 17
         "-c --config=[FILE] +takes_value 'Sets a custom config file'
18 18
         -p, --port=[NUMBER(default={RENDEZVOUS_PORT})] 'Sets the listening port'
19 19
         -s, --serial=[NUMBER(default=0)] 'Sets configure update serial number'
20
-        -R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, seperated by colon'
20
+        -R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, separated by colon'
21 21
         -u, --software-url=[URL] 'Sets download url of RustDesk software of newest version'
22
-        -r, --relay-servers=[HOST] 'Sets the default relay servers, seperated by colon'
22
+        -r, --relay-servers=[HOST] 'Sets the default relay servers, separated by colon'
23 23
         -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'
24 24
         , --mask=[MASK] 'Determine if the connection comes from LAN, e.g. 192.168.0.0/16'
25 25
         -k, --key=[KEY] 'Only allow the client with the same key'",