diff --git a/src/params.rs b/src/params.rs index 1ba1d9b..04d4bd7 100644 --- a/src/params.rs +++ b/src/params.rs @@ -10,8 +10,8 @@ pub struct Params { /// Filetypes to deduplicate [default = all] #[arg(short, long)] pub types: Option, - /// Run Deduplicator on dir different from pwd - #[arg(long, value_hint = ValueHint::DirPath)] + /// Run Deduplicator on dir different from pwd (e.g., ~/Pictures ) + #[arg(value_hint = ValueHint::DirPath, value_name = "scan_dir_path")] pub dir: Option, /// Delete files interactively #[arg(long, short)]