From a06a56fe006a72ca2bdc0ec146171da2beacc906 Mon Sep 17 00:00:00 2001 From: hzhou Date: Thu, 24 Sep 2020 17:45:38 +0800 Subject: [PATCH] author --- src/hbbr/main.rs | 2 +- src/main.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hbbr/main.rs b/src/hbbr/main.rs index a75c346..8edd5e7 100644 --- a/src/hbbr/main.rs +++ b/src/hbbr/main.rs @@ -29,7 +29,7 @@ async fn main() -> ResultType<()> { ); let matches = App::new("hbbr") .version(hbbs::VERSION) - .author("Zhou Huabing ") + .author("CarrieZ Studio") .about("RustDesk Relay Server") .args_from_usage(&args) .get_matches(); diff --git a/src/main.rs b/src/main.rs index 43c6ef2..fca536e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,8 +21,8 @@ async fn main() -> ResultType<()> { ); let matches = App::new("hbbs") .version(crate::VERSION) - .author("Zhou Huabing ") - .about("RustDesk Rendezvous Server") + .author("CarrieZ Studio") + .about("RustDesk ID/Rendezvous Server") .args_from_usage(&args) .get_matches(); let mut section = None;