summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphp-malware-finder/phpmalwarefinder8
1 files changed, 4 insertions, 4 deletions
diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder
index 701564e..23c71df 100755
--- a/php-malware-finder/phpmalwarefinder
+++ b/php-malware-finder/phpmalwarefinder
@@ -121,14 +121,14 @@ needle_in_haystack() {
121show_help() { 121show_help() {
122 cat << EOF 122 cat << EOF
123Usage ${0##*/} [-cfhtvl] <file|folder> ... 123Usage ${0##*/} [-cfhtvl] <file|folder> ...
124 -c Optional path to a configuration file 124 -L Check long lines
125 -f Fast mode 125 -f Fast mode
126 -h Show this help message 126 -h Show this help message
127 -t Specify the number of threads to use (8 by default)
128 -v Verbose mode
129 -l Set language ('asp', 'php') 127 -l Set language ('asp', 'php')
130 -L Check long lines 128 -r Optional path to a rule file
129 -t Specify the number of threads to use (8 by default)
131 -u update rules 130 -u update rules
131 -v Verbose mode
132EOF 132EOF
133} 133}
134 134