Skip to content

Commit 26abbb6

Browse files
committed
avoid clash between config and cert flags
1 parent 591e75a commit 26abbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned-batcher/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct Cli {
2626
#[arg(short, long)]
2727
port: Option<u16>,
2828
/// cert file
29-
#[arg(long, short = 'c')]
29+
#[arg(long, short = 'C')]
3030
cert: PathBuf,
3131
/// key file
3232
#[arg(long, short = 'k')]

0 commit comments

Comments
 (0)