From b5c31c97fcb70588eff36745dc7453b27494c507 Mon Sep 17 00:00:00 2001 From: nichogenius Date: Sat, 19 Aug 2017 20:52:08 -0600 Subject: [PATCH] added a forgotten flag to the help looks like i forgot to add the --no-color option to the help display. --- scan.php | 1 + 1 file changed, 1 insertion(+) 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; }