Fixed small bug in usage description in runav.pl (@inspectFile section).

Christian Folini
2013-06-03 23:32:54 -07:00
parent 133aa8f79b
commit a3fa8148d0

@@ -3533,7 +3533,7 @@ The OWASP ModSecurity Core Rule Set (CRS) includes a utility script in the /util
$CLAMSCAN = "clamscan"; $CLAMSCAN = "clamscan";
if ($#ARGV != 0) { if ($#ARGV != 0) {
print "Usage: modsec-clamscan.pl <filename>\n"; print "Usage: runav.pl <filename>\n";
exit; exit;
} }