Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePad64 committed Dec 18, 2024
1 parent af9b7b9 commit 47f1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notificox/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
},
Expand Down

0 comments on commit 47f1c0d

Please sign in to comment.