change timezone short opt '-t' to '-z'

This commit is contained in:
Ondrej Novak 2026-02-19 22:05:43 +01:00
parent 2a979cd98f
commit 51a9ebaa7c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use std::iter;
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[command(version, about, long_about = None)] #[command(version, about, long_about = None)]
pub struct Args { pub struct Args {
#[arg(short, long)] #[arg(short = 'z', long)]
pub timezone: Vec<String>, pub timezone: Vec<String>,
#[arg(short, long)] #[arg(short, long)]