Skip to content

Commit 53b3959

Browse files
committed
fix: flag short
1 parent 6fb426d commit 53b3959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub struct Args {
1212
pub command: Option<Commands>,
1313

1414
/// Don't put the file in trash, remove it permanently
15-
#[arg(short = 'i', long, global = false)]
15+
#[arg(short = 'p', long, global = false)]
1616
pub permanent: bool,
1717

1818
/// Remove directories and their contents recursively

0 commit comments

Comments
 (0)