fix failure message in import_key
[monkeysphere.git] / 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."