From 3f833faf3bd059483318c5e2aad36b4f20ebe2b0 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 26 Jul 2022 16:16:44 +0200 Subject: [PATCH] Change short option name for showing "public-key-material" in status to '-K' for uniqueness. --- tools/src/bin/opgpcard/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/bin/opgpcard/cli.rs b/tools/src/bin/opgpcard/cli.rs index a21ef96..116c948 100644 --- a/tools/src/bin/opgpcard/cli.rs +++ b/tools/src/bin/opgpcard/cli.rs @@ -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, },