From bac4079c4cd0c832b12b25b4e7b08103ac9e6638 Mon Sep 17 00:00:00 2001 From: Ondrej Novak Date: Thu, 19 Feb 2026 21:34:21 +0100 Subject: [PATCH] add program description to --help --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index 91bd409..f59bb29 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -11,6 +11,7 @@ use std::error::Error; use std::fmt; use std::iter; +/// Simple program to show the time in different timezones #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Args {