mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 03:26:42 +03:00
Fixed small bug in usage description in runav.pl (@inspectFile section).
@@ -3533,7 +3533,7 @@ The OWASP ModSecurity Core Rule Set (CRS) includes a utility script in the /util
|
||||
$CLAMSCAN = "clamscan";
|
||||
|
||||
if ($#ARGV != 0) {
|
||||
print "Usage: modsec-clamscan.pl <filename>\n";
|
||||
print "Usage: runav.pl <filename>\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user