diff --git a/src/pgpcardlist.rs b/src/pgpcardlist.rs index a7da025..7968608 100644 --- a/src/pgpcardlist.rs +++ b/src/pgpcardlist.rs @@ -26,10 +26,10 @@ impl Command for CommandImpl { information!("Authentication fingerprint: {}", a); } if let Some(d) = fingerprints.decryption() { - information!("Authentication fingerprint: {}", d); + information!("Decryption fingerprint: {}", d); } if let Some(s) = fingerprints.signature() { - information!("Authentication fingerprint: {}", s); + information!("Signature fingerprint: {}", s); } } }