diff --git a/scan.php b/scan.php index a632755..6ddd354 100644 --- a/scan.php +++ b/scan.php @@ -148,7 +148,7 @@ class MalwareScanner private function parseArgs() { - $options = getopt('d:e:i:bacxlhkwntv', array('directory:', 'extension:', 'ignore:', 'base', 'checksum', 'comment', 'extra-check', 'follow-link', 'help', 'hide-ok', 'hide-whitelist', 'no-color', 'time', 'verbose')); + $options = getopt('d:e:i:bmcxlhkwntv', array('directory:', 'extension:', 'ignore:', 'base', 'checksum', 'comment', 'extra-check', 'follow-link', 'help', 'hide-ok', 'hide-whitelist', 'no-color', 'time', 'verbose')); //Help Option should be first if (isset($options['help']) || isset($options['h'])) {