From e16883a079a7bedcf6ee65db0aab3509b7cb3e1a Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 15:05:20 +0200 Subject: [PATCH] minor fir --- wpfind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpfind b/wpfind index f7980d8..b360189 100755 --- a/wpfind +++ b/wpfind @@ -21,7 +21,7 @@ inputDir=$currentDir verbosemode=no minw="1920" -# colors const for the script +# colors const used in the script UNDERLINE=$(tput sgr 0 1) BOLD=$(tput bold) ROUGE=$(tput setaf 1)