mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
added a forgotten flag to the help
looks like i forgot to add the --no-color option to the help display.
This commit is contained in:
1
scan.php
1
scan.php
@@ -478,6 +478,7 @@ class MalwareScanner
|
||||
echo ' -l --follow-symlink Follow symlinked directories' . PHP_EOL;
|
||||
echo ' -k --hide-ok Hide results with \'OK\' status' . PHP_EOL;
|
||||
echo ' -w --hide-whitelist Hide results with \'WL\' status' . PHP_EOL;
|
||||
echo ' -n --no-color Disable color mode' . PHP_EOL;
|
||||
echo ' -t --time Show time of last file change' . PHP_EOL;
|
||||
echo ' -v --verbose Continue scanning file after first hit' . PHP_EOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user