Skip to content

Commit

Permalink
Merge pull request ReFirmLabs#798 from ReFirmLabs/dir_arg_change
Browse files Browse the repository at this point in the history
Changed -C argument to -d
  • Loading branch information
devttys0 authored Dec 7, 2024
2 parents 9e7887b + cd6eebd commit ff02dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cliparser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct CliArgs {
pub include: Option<Vec<String>>,

/// 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
Expand Down

0 comments on commit ff02dc7

Please sign in to comment.