From 47f1c0d27cbf1fe57cf21b644197bafd6aa956b3 Mon Sep 17 00:00:00 2001 From: Alexander Shishenko Date: Wed, 18 Dec 2024 04:26:55 +0300 Subject: [PATCH] Fix typo --- notificox/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notificox/src/main.rs b/notificox/src/main.rs index c6039e5..d8d86de 100644 --- a/notificox/src/main.rs +++ b/notificox/src/main.rs @@ -59,7 +59,7 @@ enum Command { #[arg(long, default_value_os_t = std::env::current_dir().unwrap().clone(), env = "NOTIFICO_TEMPLATE_DIR")] template_dir: PathBuf, /// Attachment file(s) to be attached to the notification. - /// These attachments will be attached will be attached to the first message sent. + /// These attachments will be attached to the first message sent. #[arg(short, long)] attach: Vec, },