Skip to content

Commit b079204

Browse files
committed
avoid clash between config and cert flags
1 parent 5449a25 commit b079204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)