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:
nichogenius
2017-08-19 20:52:08 -06:00
committed by GitHub
parent b503b8124c
commit b5c31c97fc

View File

@@ -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;
}