summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/dump.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands/dump.rs')
-rw-r--r--tool/src/commands/dump.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs
index d75a5c7c..e2c098e1 100644
--- a/tool/src/commands/dump.rs
+++ b/tool/src/commands/dump.rs
@@ -266,6 +266,8 @@ impl PacketDumper {
if let Some(bits) = k.mpis().bits() {
writeln!(output, "{} Pk size: {} bits", i, bits)?;
}
+ writeln!(output, "{} Fingerprint: {}", i, k.fingerprint())?;
+ writeln!(output, "{} KeyID: {}", i, k.keyid())?;
if pd.mpis {
writeln!(output, "{}", i)?;
writeln!(output, "{} Public Key:", i)?;