summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/dcpkdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index ef889f48..7bf06e19 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -128,7 +128,7 @@ try
if (private_key_file) {
try {
dcp::DecryptedKDM dec_kdm (enc_kdm, dcp::file_to_string (private_key_file.get()));
- cout << "\nKeys";
+ cout << "\nKeys:";
BOOST_FOREACH (dcp::DecryptedKDMKey i, dec_kdm.keys ()) {
cout << "\n";
cout << "\tID: " << i.id() << "\n";