diff --git a/src/cli/args.rs b/src/cli/args.rs index b28156c..b624621 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -46,7 +46,7 @@ pub struct CliArgs { pub password: Option, /// Concurrent working threads - #[arg(short = 'c', long, global = true)] + #[arg(short = 't', long, global = true)] pub threads: Option, // Ouch and claps subcommands