Skip to content

Commit

Permalink
fix: use doc comment for --token desc
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Aug 19, 2024
1 parent f58a91b commit 6c5b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use nixpkgs_track::{branch_contains_commit, fetch_nixpkgs_pull_request, utils::f
struct Cli {
pull_request: u64,

// GitHub token
/// GitHub token
#[clap(long, short, env = "GITHUB_TOKEN")]
token: Option<String>,
}
Expand Down

0 comments on commit 6c5b9f7

Please sign in to comment.