aquatic ws load test: fix cli program name

This commit is contained in:
Joakim Frostegård 2020-08-01 06:42:27 +02:00
parent 99b098c132
commit e026a366f7

View file

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