From 51a9ebaa7c2b01592aae99d2265827f4fc4944c7 Mon Sep 17 00:00:00 2001 From: Ondrej Novak Date: Thu, 19 Feb 2026 22:05:43 +0100 Subject: [PATCH] change timezone short opt '-t' to '-z' --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 4bf01a6..d294723 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -16,7 +16,7 @@ use std::iter; #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Args { - #[arg(short, long)] + #[arg(short = 'z', long)] pub timezone: Vec, #[arg(short, long)]