small tweaks to failure messages
authorJameson Rollins <jrollins@finestructure.net>
Sat, 16 Jan 2010 18:34:51 +0000 (13:34 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Sat, 16 Jan 2010 18:34:51 +0000 (13:34 -0500)
src/monkeysphere-host

index 903e3335c8f34a6735defbda1b5cf05f9b28c132..8452e6c082dfddba52ace4638677da8c4e0b869d 100755 (executable)
@@ -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.