diff --git a/src/args.rs b/src/args.rs index ce70593..5d99f6f 100644 --- a/src/args.rs +++ b/src/args.rs @@ -25,11 +25,11 @@ pub struct Args { pub image: String, /// output image width in columns - #[arg(short, long)] + #[arg(short = 'w', long)] pub width: Option, /// output image height in rows - #[arg(short, long)] + #[arg(short = 'H', long)] pub height: Option, /// scaling factors (x:y, e.g., "2:2")