From 23331d180f54e6bc625b2d10ecf157d937e567ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Fri, 18 Apr 2025 18:49:28 -0300 Subject: [PATCH] Update args.rs --- src/cli/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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