Browse code

clamdscan: support --disable-summary for backward compatibility

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@738 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/08/10 22:59:09
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Tue Aug 10 15:53:25 CEST 2004 (tk)
2
+----------------------------------
3
+  * clamdscan: support --disable-summary for backward compatibility (problem
4
+	       reported by Tomasz Papszun)
5
+
1 6
 Tue Aug 10 09:15:17 BST 2004 (njh)
2 7
 ----------------------------------
3 8
   * libclamav/mbox.c:	checkURLs code now enabled. CL_MAILURL option not
... ...
@@ -40,7 +40,7 @@ extern int clamscan(struct optstruct *opt);
40 40
 
41 41
 static char *clamdscan_long[] = { "help", "version", "verbose", "quiet",
42 42
 				  "stdout", "log", "config-file", "no-summary",
43
-				  NULL };
43
+				  "disable-summary", NULL };
44 44
 
45 45
 static char clamdscan_short[] = { 'h', 'V', 'v', 'l', 0 };
46 46