From 573ed1db2b339c5b986ed221d2b2ab71dd317b7f Mon Sep 17 00:00:00 2001 From: BrainBlasted Date: Thu, 7 Dec 2017 22:30:52 -0500 Subject: [PATCH] Added short for --graveyard --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 51a4c36..2427c9d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,6 +69,7 @@ Send files to the graveyard (/tmp/graveyard-$USER by default) instead of unlinki .arg(Arg::with_name("graveyard") .help("Directory where deleted files go to rest") .long("graveyard") + .short("g") .takes_value(true)) .arg(Arg::with_name("decompose") .help("Permanently deletes (unlink) the entire graveyard")