X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fadd_revoker;h=8d160a812f9845204ab1820d6caa5365f22f3c6c;hb=58244d7d9e2d6aa2220bd2e692b2370de283cc23;hp=39dfacac6544774c0caaead19876c4cb22e26d9b;hpb=d71cf8d24bd9357a016b1ead375a67ccd955c130;p=monkeysphere.git diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker index 39dfaca..8d160a8 100644 --- a/src/share/mh/add_revoker +++ b/src/share/mh/add_revoker @@ -74,7 +74,7 @@ if [ -z "$fingerprint" ] ; then failure "Key '$keyID' not found." fi -log info -e "\nkey found:" +log info "key found:" gpg_host --fingerprint "0x${fingerprint}!" echo "Are you sure you want to add the above key as a" @@ -98,7 +98,7 @@ failure "not implemented yet!" if echo "$addrevokerCommand" | \ gpg_core_edit ; then - log info -e "\nRevoker added." + log info "Revoker added." else failure "Problem adding revoker." fi