Skip to content

Commit

Permalink
Fix typo in ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Apr 1, 2024
1 parent 11d65a1 commit 618dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub struct Cli {
/// Telegram token (if not used will be taken from TELEGRAM_TOKEN)
#[clap(short, long)]
pub telegram_token: Option<String>,
/// Id of telegram user/group to send output to
/// ID of telegram user/group to send output to
#[clap(short, long)]
pub output_chat_id: Option<String>,
/// Path to configuration file (default is ~/.config/dsc-tg-forwarder/config.yml)
Expand Down

0 comments on commit 618dc5d

Please sign in to comment.