X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaff;h=f3cb06338c22cc70f5e87d4209c26f4e1985b845;hb=1f25fea57b73d2ea874e280014f3298d90eceb41;hp=6e9b2bb1fb1b5d2fb8018a55f06fba8063204cd0;hpb=662cb5436d4116813864d05bc152c75b9e7a3a64;p=pgp-tools.git 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'};