diff --git a/src/cli/args.rs b/src/cli/args.rs index c72d5d3..359e619 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