open-trade лет назад: 4
Родитель
Сommit
6a3903df2c
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main.rs

+ 1 - 2
src/main.rs

@@ -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
     );