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")
.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();

View File

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