|
|
@@ -15,8 +15,7 @@ fn main() -> ResultType<()> {
|
|
15
|
15
|
-s, --serial=[NUMBER(default=0)] 'Sets configure update serial number'
|
|
16
|
16
|
-R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, seperated by colon'
|
|
17
|
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
|
19
|
-k, --key=[KEY] 'Only allow the client with the same key'",
|
|
21
|
20
|
DEFAULT_PORT,
|
|
22
|
21
|
);
|