diff --git a/scan.php b/scan.php index 4d62a62..a45d0b9 100644 --- a/scan.php +++ b/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; }