Skip to content

Commit

Permalink
avoid clash between config and cert flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Dec 18, 2024
1 parent 591e75a commit 26abbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned-batcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct Cli {
#[arg(short, long)]
port: Option<u16>,
/// cert file
#[arg(long, short = 'c')]
#[arg(long, short = 'C')]
cert: PathBuf,
/// key file
#[arg(long, short = 'k')]
Expand Down

0 comments on commit 26abbb6

Please sign in to comment.