Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh committed Dec 5, 2024
1 parent 1153a82 commit c04c909
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 @@ -254,7 +254,7 @@ enum Commands {
stream: String,

/// Starting sequence number (inclusive). If not specified, `0`.
#[arg(short = 's', long, default_value_t=0)]
#[arg(short = 's', long, default_value_t = 0)]
start_seq_num: u64,

/// Output records to a file or stdout.
Expand Down

0 comments on commit c04c909

Please sign in to comment.