Skip to content

Commit

Permalink
feat: change short alias for flag max_round_duration from -I to -T
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 17, 2022
1 parent 293b74c commit 15978b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub struct Args {
pub min_round_duration: String,

/// The maximum duration of every round
#[clap(short = 'I', long, default_value = "1s", display_order = 7)]
#[clap(short = 'T', long, default_value = "1s", display_order = 7)]
pub max_round_duration: String,

/// The initial sequence number
Expand Down

0 comments on commit 15978b0

Please sign in to comment.