hzhou лет назад: 5
Родитель
Сommit
a06a56fe00
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      src/hbbr/main.rs
  2. 2 2
      src/main.rs

+ 1 - 1
src/hbbr/main.rs

@@ -29,7 +29,7 @@ async fn main() -> ResultType<()> {
29
     );
29
     );
30
     let matches = App::new("hbbr")
30
     let matches = App::new("hbbr")
31
         .version(hbbs::VERSION)
31
         .version(hbbs::VERSION)
32
-        .author("Zhou Huabing <info@rustdesk.com>")
32
+        .author("CarrieZ Studio<info@rustdesk.com>")
33
         .about("RustDesk Relay Server")
33
         .about("RustDesk Relay Server")
34
         .args_from_usage(&args)
34
         .args_from_usage(&args)
35
         .get_matches();
35
         .get_matches();

+ 2 - 2
src/main.rs

@@ -21,8 +21,8 @@ async fn main() -> ResultType<()> {
21
     );
21
     );
22
     let matches = App::new("hbbs")
22
     let matches = App::new("hbbs")
23
         .version(crate::VERSION)
23
         .version(crate::VERSION)
24
-        .author("Zhou Huabing <info@rustdesk.com>")
25
-        .about("RustDesk Rendezvous Server")
24
+        .author("CarrieZ Studio<info@rustdesk.com>")
25
+        .about("RustDesk ID/Rendezvous Server")
26
         .args_from_usage(&args)
26
         .args_from_usage(&args)
27
         .get_matches();
27
         .get_matches();
28
     let mut section = None;
28
     let mut section = None;