fix failure message in import_key
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 21 Feb 2009 19:45:14 +0000 (14:45 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 21 Feb 2009 19:45:14 +0000 (14:45 -0500)
src/share/mh/import_key

index 7c11890d6c0306bd6a54816c8d55c34e1dabeca1..c545388f9aaedd0300d899acc5ded47d029e7533 100644 (file)
@@ -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."