This commit is contained in:
hzhou 2020-09-24 17:45:38 +08:00
parent 3d5d219a8c
commit a06a56fe00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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