summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2017-12-18 10:32:18 +0100
committerjvoisin2017-12-18 10:32:18 +0100
commit02f4b9e2b8827afca8de81e66febd0e1ceee1273 (patch)
tree3a69f36ddc1db65de5971752070fcb50573e7c97
parent94af317677ee0776eaf7b1cd802bc90f95c53149 (diff)
Improve a bit the wording of the help message
-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