open-trade 4 years ago
parent
commit
6a3903df2c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main.rs

+ 1 - 2
src/main.rs

@@ -15,8 +15,7 @@ fn main() -> ResultType<()> {
15
         -s, --serial=[NUMBER(default=0)] 'Sets configure update serial number'
15
         -s, --serial=[NUMBER(default=0)] 'Sets configure update serial number'
16
         -R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, seperated by colon'
16
         -R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, seperated by colon'
17
         -u, --software-url=[URL] 'Sets download url of RustDesk software of newest version'
17
         -u, --software-url=[URL] 'Sets download url of RustDesk software of newest version'
18
-        -r, --relay-servers=[HOST] 'Sets the default relay servers, seperated by colon, only
19
-        available for licensed users'
18
+        -r, --relay-servers=[HOST] 'Sets the default relay servers, seperated by colon'
20
         -k, --key=[KEY] 'Only allow the client with the same key'",
19
         -k, --key=[KEY] 'Only allow the client with the same key'",
21
         DEFAULT_PORT,
20
         DEFAULT_PORT,
22
     );
21
     );