Hide error arg fix

This commit is contained in:
Gabor Gyorvari
2024-05-22 14:04:07 +02:00
parent 5061e319e3
commit 7ac65c0c8d

View File

@@ -231,7 +231,7 @@ class MalwareScanner
private function parseArgs() private function parseArgs()
{ {
$options = getopt( $options = getopt(
'd:e:i:o:abmcxlhkwnsptLj:E', 'd:e:i:o:abmcxlhkrwnsptLj:E',
array( array(
'directory:', 'directory:',
'extension:', 'extension:',
@@ -244,6 +244,7 @@ class MalwareScanner
'follow-link', 'follow-link',
'help', 'help',
'hide-ok', 'hide-ok',
'hide-err',
'hide-whitelist', 'hide-whitelist',
'no-color', 'no-color',
'no-stop', 'no-stop',