diff --git a/src/opts.rs b/src/opts.rs index f8891e7..93287da 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -51,7 +51,7 @@ pub enum Subcommand { files: Vec, /// Choose to files in a directory other than the current - #[clap(short, long = "dir", value_hint = ValueHint::DirPath)] + #[clap(short = 'd', long = "dir", value_hint = ValueHint::DirPath)] output_dir: Option, }, /// List contents. Alias: l