summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Voisin2015-03-27 11:28:54 +0100
committerJulien Voisin2015-03-27 11:28:54 +0100
commitb77cf68530da684b45ac12ed3086e8425ea69871 (patch)
tree196b651229ec650788fce2bf686ca880a9515ea9
parent9e6f1ced23176a5b4b424fa58ba58b04e975263f (diff)
Improves the help messae
-rwxr-xr-xphpmalwarefinder2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpmalwarefinder b/phpmalwarefinder
index 80cf7f0..2fc2311 100755
--- a/phpmalwarefinder
+++ b/phpmalwarefinder
@@ -5,7 +5,7 @@ CONFIG_PATH='/etc/phpmalwarefinder/malwares.yara'
5 5
6show_help() { 6show_help() {
7 cat << EOF 7 cat << EOF
8Usage ${0##*/} [-cfhw] 8Usage ${0##*/} [-cfhw] <file|folder> ...
9 -c Optional path to a configuration file 9 -c Optional path to a configuration file
10 -f Fast mode 10 -f Fast mode
11 -h Show this help message 11 -h Show this help message