diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 13:30:57 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 13:32:14 -0500 |
commit | 904a1d633f71836b9e8a11f1656d535c3d7e0897 (patch) | |
tree | 7d2747f03f56f7bd7ac3a447f9199d82194eb3a6 /src/share/mh/add_revoker | |
parent | 0cc9a8f041a9b9b97e7f5f24f71a92961e54c4f2 (diff) |
add ability to supress confirmation prompt in ma/add_certifier
fix some logging output
Diffstat (limited to 'src/share/mh/add_revoker')
-rw-r--r-- | src/share/mh/add_revoker | 4 |
1 files changed, 2 insertions, 2 deletions
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 |