summaryrefslogtreecommitdiff
path: root/src/share/mh/add_revoker
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 16:29:35 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 16:29:35 -0500
commit3c73575de77e8d4d211258641179c71080b56856 (patch)
tree151617e16985bec6868cda1fa216bbee1a07557c /src/share/mh/add_revoker
parent9847f362471d81b3f13af72f5a28740c94698c20 (diff)
fix output formatting for cases where multiple fingerprints are found, in functions that are doing that sort of thing
Diffstat (limited to 'src/share/mh/add_revoker')
-rw-r--r--src/share/mh/add_revoker2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker
index 50e8c67..2ae531e 100644
--- a/src/share/mh/add_revoker
+++ b/src/share/mh/add_revoker
@@ -80,7 +80,7 @@ else
if (( $(echo "$fingerprint" | wc -l) != 1 )) ; then
cat <<EOF
More than one fingerprint found:
- echo $fingerprint
+$fingerprint
Please use a more specific key ID.
EOF
failure