mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 10:30:44 +00:00
author
This commit is contained in:
@@ -29,7 +29,7 @@ async fn main() -> ResultType<()> {
|
||||
);
|
||||
let matches = App::new("hbbr")
|
||||
.version(hbbs::VERSION)
|
||||
.author("Zhou Huabing <info@rustdesk.com>")
|
||||
.author("CarrieZ Studio<info@rustdesk.com>")
|
||||
.about("RustDesk Relay Server")
|
||||
.args_from_usage(&args)
|
||||
.get_matches();
|
||||
|
||||
@@ -21,8 +21,8 @@ async fn main() -> ResultType<()> {
|
||||
);
|
||||
let matches = App::new("hbbs")
|
||||
.version(crate::VERSION)
|
||||
.author("Zhou Huabing <info@rustdesk.com>")
|
||||
.about("RustDesk Rendezvous Server")
|
||||
.author("CarrieZ Studio<info@rustdesk.com>")
|
||||
.about("RustDesk ID/Rendezvous Server")
|
||||
.args_from_usage(&args)
|
||||
.get_matches();
|
||||
let mut section = None;
|
||||
|
||||
Reference in New Issue
Block a user