fix ipv6 refactory

This commit is contained in:
rustdesk
2022-12-29 22:31:01 +08:00
parent 67ad937fdd
commit 9859b4f27d
4 changed files with 58 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ fn main() {
"-p, --port-forward=[PORT-FORWARD-OPTIONS] 'Format: remote-id:local-port:remote-port[:remote-host]'
-c, --connect=[REMOTE_ID] 'test only'
-k, --key=[KEY] ''
-s, --server... 'Start server'",
-s, --server=[] 'Start server'",
);
let matches = App::new("rustdesk")
.version(crate::VERSION)