http and udp load tests: fix cli program names

This commit is contained in:
Joakim Frostegård 2020-08-01 06:43:43 +02:00
parent e026a366f7
commit 0bebbe4018
2 changed files with 2 additions and 2 deletions

View file

@ -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::<Config>(
"aquatic: udp bittorrent tracker: load tester",
"aquatic http bittorrent tracker: load tester",
run,
)
}

View file

@ -26,7 +26,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
pub fn main(){
aquatic_cli_helpers::run_app_with_cli_and_config::<Config>(
"aquatic: udp bittorrent tracker: load tester",
"aquatic udp bittorrent tracker: load tester",
run,
)
}