diff options
| author | Julien Voisin | 2015-03-27 11:28:54 +0100 |
|---|---|---|
| committer | Julien Voisin | 2015-03-27 11:28:54 +0100 |
| commit | b77cf68530da684b45ac12ed3086e8425ea69871 (patch) | |
| tree | 196b651229ec650788fce2bf686ca880a9515ea9 | |
| parent | 9e6f1ced23176a5b4b424fa58ba58b04e975263f (diff) | |
Improves the help messae
| -rwxr-xr-x | phpmalwarefinder | 2 |
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 | ||
| 6 | show_help() { | 6 | show_help() { |
| 7 | cat << EOF | 7 | cat << EOF |
| 8 | Usage ${0##*/} [-cfhw] | 8 | Usage ${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 |
