Change short option name for showing "public-key-material" in status to '-K' for uniqueness.
This commit is contained in:
parent
93b0cf93d0
commit
3f833faf3b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub enum Command {
|
||||||
verbose: bool,
|
verbose: bool,
|
||||||
|
|
||||||
/// Print public key material for each key slot
|
/// Print public key material for each key slot
|
||||||
#[clap(name = "pkm", short = 'p', long = "public-key-material")]
|
#[clap(name = "pkm", short = 'K', long = "public-key-material")]
|
||||||
pkm: bool,
|
pkm: bool,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue