We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config
cert
1 parent 5449a25 commit b079204Copy full SHA for b079204
1 file changed
batcher/aligned-batcher/src/main.rs
@@ -26,7 +26,7 @@ struct Cli {
26
#[arg(short, long)]
27
port: Option<u16>,
28
/// cert file
29
- #[arg(long, short = 'c')]
+ #[arg(long, short = 'C')]
30
cert: PathBuf,
31
/// key file
32
#[arg(long, short = 'k')]
0 commit comments