Change short option name for showing "public-key-material" in status to '-K' for uniqueness.

This commit is contained in:
Heiko Schaefer 2022-07-26 16:16:44 +02:00
parent 93b0cf93d0
commit 3f833faf3b
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -31,7 +31,7 @@ pub enum Command {
verbose: bool,
/// 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,
},