From e026a366f7b880b67e723068865501b583f40104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 1 Aug 2020 06:42:27 +0200 Subject: [PATCH] aquatic ws load test: fix cli program name --- aquatic_ws_load_test/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_ws_load_test/src/main.rs b/aquatic_ws_load_test/src/main.rs index 0409f1f..3da139a 100644 --- a/aquatic_ws_load_test/src/main.rs +++ b/aquatic_ws_load_test/src/main.rs @@ -21,7 +21,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: webtorrent tracker load tester", run, ) }