From: Jameson Rollins Date: Sat, 16 Jan 2010 18:34:51 +0000 (-0500) Subject: small tweaks to failure messages X-Git-Tag: monkeysphere_0.28~33^2~4 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=22a89e59d5c106ae9c6ef4ed881ea739dc06d3da small tweaks to failure messages --- diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 903e333..8452e6c 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -138,12 +138,13 @@ Please run 'monkeysphere-host import-key' to import a key." ;; *) if [ -z "$keyID" ] ; then - failure "Keyring contains multiple keys. Please specify one to act on (see 'monkeysphere-host show-key')." + failure "Your host keyring contains multiple keys. +Please specify one to act on (see 'monkeysphere-host show-key')." fi ;; esac printf '%s\n' "${fprs[@]}" | grep "${keyID}$" \ - || failure "Key '$keyID' not found." + || failure "Host key '$keyID' not found." } # return 0 if user ID was found.