Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Improve a bit the wording of the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 18, 2017
1 parent 94af317 commit 02f4b9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions php-malware-finder/phpmalwarefinder
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ needle_in_haystack() {
show_help() {
cat << EOF
Usage ${0##*/} [-cfhtvl] <file|folder> ...
-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
}

Expand Down

0 comments on commit 02f4b9e

Please sign in to comment.