diff options
| -rwxr-xr-x | php-malware-finder/phpmalwarefinder | 8 |
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() { | |||
| 121 | show_help() { | 121 | show_help() { |
| 122 | cat << EOF | 122 | cat << EOF |
| 123 | Usage ${0##*/} [-cfhtvl] <file|folder> ... | 123 | Usage ${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 | ||
| 132 | EOF | 132 | EOF |
| 133 | } | 133 | } |
| 134 | 134 | ||
