reword
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 26 Feb 2005 13:08:12 +0000 (13:08 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 26 Feb 2005 13:08:12 +0000 (13:08 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@35 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 6e9b2bb1fb1b5d2fb8018a55f06fba8063204cd0..f3cb06338c22cc70f5e87d4209c26f4e1985b845 100755 (executable)
--- 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'};