summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-21 14:50:18 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-21 14:50:18 -0500
commit35559940b9ccab1df260da9da30dff5991a1778e (patch)
tree3ca5d2c22621499731322070b04c7d35eaf9efb6
parent5b7c3c817fda89dc5954f79ba2eb209dd07f3edf (diff)
parentad2ac2649dd86299a6904ae8ad0849d2c3410bdb (diff)
Merge commit 'jrollins/master'
-rw-r--r--src/share/mh/import_key2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/import_key b/src/share/mh/import_key
index 7c11890..c545388 100644
--- a/src/share/mh/import_key
+++ b/src/share/mh/import_key
@@ -52,7 +52,7 @@ will be generated with the following user ID:
EOF
read -p "Are you sure you would like to create certificate? [Y/n] " OK; OK=${OK:-Y}
if [ "${OK/y/Y}" != 'Y' ] ; then
- failure "revoker not added."
+ failure "ssh key not imported."
fi
else
log debug "importing key without prompting."