Skip to content

Commit

Permalink
shorthand change
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal committed Nov 28, 2024
1 parent adc63bd commit 4788c4c
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 @@ -216,7 +216,7 @@ enum StreamActions {
fencing_token: Option<FencingToken>,

/// Enforce that the sequence number issued to the first record matches.
#[arg(short = 's', long)]
#[arg(short = 'm', long)]
match_seq_num: Option<u64>,

/// Input newline delimited records to append from a file or stdin.
Expand Down

0 comments on commit 4788c4c

Please sign in to comment.