From 82ec9c59d31a429335d1f953927775a80bb10808 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 22 Mar 2014 16:42:28 -0300 Subject: Use --recv-keys instead of --refresh-keys and minor text change --- lib/keyringer/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/keyringer/functions') diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 7840b04..e2d23ac 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -572,7 +572,7 @@ function keyringer_refresh_keys { local recipient="$1" echo "Trying to refresh key $recipient..." - gpg --batch --refresh-keys "$recipient" + gpg --batch --recv-keys "$recipient" } # Check recipient size @@ -671,7 +671,7 @@ function keyringer_check_recipient_key { fi echo "" else - echo "Fatal: no such key $recipient on your OpenPGP keyring." + echo "Fatal: no such key $recipient on your GnuPG keyring." echo "Please retrieve this key yourself or fix the recipient file." exit 1 -- cgit v1.2.3