From: weasel Date: Sat, 26 Feb 2005 13:08:12 +0000 (+0000) Subject: reword X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=1f25fea57b73d2ea874e280014f3298d90eceb41;p=pgp-tools.git reword git-svn-id: svn://svn.debian.org/pgp-tools/trunk@35 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index 6e9b2bb..f3cb063 100755 --- a/caff/caff +++ b/caff/caff @@ -554,7 +554,7 @@ if ($CONFIG{'no-download'}) { # sign keys ########### unless ($CONFIG{'no-sign'}) { - info("Sign the following keys according to your policy..., then exit gpg with 'save'"); + info("Sign the following keys according to your policy, then exit gpg with 'save' after signing each key"); for my $keyid (@keyids_ok) { my @command; push @command, $CONFIG{'gpg-sign'};