Browse code

Bug 468

git-svn: trunk@3029

Nigel Horne authored on 2007/04/19 18:20:49
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Thu Apr 19 09:28:14 BST 2007 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Bug 468, reversed - the doc is right it's the code
4
+				that was wrong
5
+
1 6
 Thu Apr 19 08:43:29 BST 2007 (njh)
2 7
 ----------------------------------
3 8
   * clamav-milter:	The wrong line was removed when preparing for
... ...
@@ -572,7 +572,7 @@ help(void)
572 572
 	puts("\tCopyright (C) 2007 Nigel Horne <njh@clamav.net>\n");
573 573
 
574 574
 	puts(_("\t--advisory\t\t-A\tFlag viruses rather than deleting them."));
575
-	puts(_("\t--blacklist=time\t-k\tTime (in seconds) to blacklist an IP."));
575
+	puts(_("\t--blacklist-time\t-k\tTime (in seconds) to blacklist an IP."));
576 576
 	puts(_("\t--black-hole-mode\t\tDon't scan messages aliased to /dev/null."));
577 577
 #ifdef	BOUNCE
578 578
 	puts(_("\t--bounce\t\t-b\tSend a failure message to the sender."));
... ...
@@ -769,7 +769,7 @@ main(int argc, char **argv)
769 769
 				"pidfile", 1, NULL, 'i'
770 770
 			},
771 771
 			{
772
-				"blacklist", 1, NULL, 'k'
772
+				"blacklist-time", 1, NULL, 'k'
773 773
 			},
774 774
 			{
775 775
 				"local", 0, NULL, 'l'