[Pgp-tools-commit] r339 - trunk/caff

weasel at alioth.debian.org weasel at alioth.debian.org
Tue Jul 3 14:10:07 UTC 2007


Author: weasel
Date: 2007-07-03 14:10:07 +0000 (Tue, 03 Jul 2007)
New Revision: 339

Modified:
   trunk/caff/caff
Log:
and add a \n in a good place

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2007-07-03 14:08:21 UTC (rev 338)
+++ trunk/caff/caff	2007-07-03 14:10:07 UTC (rev 339)
@@ -783,7 +783,7 @@
 					warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.\n".
 					     "Try to update the key using gpg --homedir=$GNUPGHOME --import <exported key>\n".
 					     "or try the following if you are slightly more daring:\n".
-					     " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import");
+					     " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import\n");
 					return;
 				};
 			};




More information about the Pgp-tools-commit mailing list