Skip to content

Commit

Permalink
fix(cli): change node cert short arg from c to s (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon authored Jun 18, 2024
2 parents ee7dd0a + 9038933 commit 66ab505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ash_cli/src/avalanche/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ enum NodeSubcommands {
#[command(version = version_tx_cmd(false))]
IdFromCert {
/// PEM-encoded X509 certificate string
#[arg(long, short = 'c', group = "cert")]
#[arg(long, short = 's', group = "cert")]
pem_str: Option<String>,
/// Path to the PEM-encoded X509 certificate file
#[arg(long, short = 'f', group = "cert")]
Expand Down

0 comments on commit 66ab505

Please sign in to comment.