diff --git a/aquatic_http_load_test/src/main.rs b/aquatic_http_load_test/src/main.rs index 9fadbc3..aade6c9 100644 --- a/aquatic_http_load_test/src/main.rs +++ b/aquatic_http_load_test/src/main.rs @@ -25,7 +25,7 @@ const MBITS_FACTOR: f64 = 1.0 / ((1024.0 * 1024.0) / 8.0); pub fn main(){ aquatic_cli_helpers::run_app_with_cli_and_config::( - "aquatic: udp bittorrent tracker: load tester", + "aquatic http bittorrent tracker: load tester", run, ) } diff --git a/aquatic_udp_load_test/src/main.rs b/aquatic_udp_load_test/src/main.rs index 40ba061..807f00a 100644 --- a/aquatic_udp_load_test/src/main.rs +++ b/aquatic_udp_load_test/src/main.rs @@ -26,7 +26,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc; pub fn main(){ aquatic_cli_helpers::run_app_with_cli_and_config::( - "aquatic: udp bittorrent tracker: load tester", + "aquatic udp bittorrent tracker: load tester", run, ) }