X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fmonkeysphere-host;h=8452e6c082dfddba52ace4638677da8c4e0b869d;hb=5b3e686c7a1a3aab12144114c3157df248332611;hp=903e3335c8f34a6735defbda1b5cf05f9b28c132;hpb=0f6353059da451d3ed182cfb18e8eafea1348a85;p=monkeysphere.git 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.