cli_helpers: run_with_cli_and_config: rename function and "f" argument

This commit is contained in:
Joakim Frostegård 2020-04-11 14:19:46 +02:00
parent 688372bdf2
commit 834a8c3fa2
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
fn main(){
cli_helpers::run_with_cli_and_config::<aquatic::config::Config>(
cli_helpers::run_app_with_cli_and_config::<aquatic::config::Config>(
"aquatic: udp bittorrent tracker",
aquatic::run,
)