Skip to content

Commit 1fb66e8

Browse files
committed
db_delete
1 parent 16d6ed6 commit 1fb66e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ pub struct Args {
5656
/// Clears the trash Directory
5757
#[clap(long)]
5858
clear: bool,
59-
60-
#[clap(long)]
59+
///deletes specific file name from database
60+
#[clap(long, help_heading = "EXTRA")]
6161
db_delete: Option<String>,
6262
}
6363

0 commit comments

Comments
 (0)