From 02f4b9e2b8827afca8de81e66febd0e1ceee1273 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 18 Dec 2017 10:32:18 +0100 Subject: [PATCH] Improve a bit the wording of the help message --- php-malware-finder/phpmalwarefinder | 8 ++++---- 1 file 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() { 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 }