mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-12-18 13:37:47 +08:00
author
This commit is contained in:
parent
3d5d219a8c
commit
a06a56fe00
@ -29,7 +29,7 @@ async fn main() -> ResultType<()> {
|
|||||||
);
|
);
|
||||||
let matches = App::new("hbbr")
|
let matches = App::new("hbbr")
|
||||||
.version(hbbs::VERSION)
|
.version(hbbs::VERSION)
|
||||||
.author("Zhou Huabing <info@rustdesk.com>")
|
.author("CarrieZ Studio<info@rustdesk.com>")
|
||||||
.about("RustDesk Relay Server")
|
.about("RustDesk Relay Server")
|
||||||
.args_from_usage(&args)
|
.args_from_usage(&args)
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
@ -21,8 +21,8 @@ async fn main() -> ResultType<()> {
|
|||||||
);
|
);
|
||||||
let matches = App::new("hbbs")
|
let matches = App::new("hbbs")
|
||||||
.version(crate::VERSION)
|
.version(crate::VERSION)
|
||||||
.author("Zhou Huabing <info@rustdesk.com>")
|
.author("CarrieZ Studio<info@rustdesk.com>")
|
||||||
.about("RustDesk Rendezvous Server")
|
.about("RustDesk ID/Rendezvous Server")
|
||||||
.args_from_usage(&args)
|
.args_from_usage(&args)
|
||||||
.get_matches();
|
.get_matches();
|
||||||
let mut section = None;
|
let mut section = None;
|
||||||
|
Loading…
Reference in New Issue
Block a user