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() { show_help() { cat << EOF Usage ${0##*/} [-cfhtvl] ... - -c Optional path to a configuration file + -L Check long lines -f Fast mode -h Show this help message - -t Specify the number of threads to use (8 by default) - -v Verbose mode -l Set language ('asp', 'php') - -L Check long lines + -r Optional path to a rule file + -t Specify the number of threads to use (8 by default) -u update rules + -v Verbose mode EOF }