From 6a3903df2c7baed5779553bc9362e607d9bed819 Mon Sep 17 00:00:00 2001 From: open-trade Date: Tue, 30 Mar 2021 16:11:56 +0800 Subject: [PATCH] bug fix --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 9d38ad6..96e0376 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,8 +15,7 @@ fn main() -> ResultType<()> { -s, --serial=[NUMBER(default=0)] 'Sets configure update serial number' -R, --rendezvous-servers=[HOSTS] 'Sets rendezvous servers, seperated by colon' -u, --software-url=[URL] 'Sets download url of RustDesk software of newest version' - -r, --relay-servers=[HOST] 'Sets the default relay servers, seperated by colon, only - available for licensed users' + -r, --relay-servers=[HOST] 'Sets the default relay servers, seperated by colon' -k, --key=[KEY] 'Only allow the client with the same key'", DEFAULT_PORT, );