diff --git a/src/cliparser.rs b/src/cliparser.rs index 271344136..ff7e89ecb 100644 --- a/src/cliparser.rs +++ b/src/cliparser.rs @@ -60,7 +60,7 @@ pub struct CliArgs { pub include: Option>, /// Extract files/folders to a custom directory - #[arg(short = 'C', long, default_value = "extractions")] + #[arg(short, long, default_value = "extractions")] pub directory: String, /// Path to the file to analyze