From 1f18aaa461dabe0e19d796b039e76b7a01e5d3a3 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 01:26:14 +0200 Subject: [PATCH] minor fix --- wpfind | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wpfind b/wpfind index b8699f6..f7980d8 100755 --- a/wpfind +++ b/wpfind @@ -51,8 +51,9 @@ function usage() { printf "| | /| / / /_/ / /_ / / __ \/ __ / \n"; printf "| |/ |/ / ____/ __/ / / / / / /_/ / \n"; printf "|__/|__/_/ /_/ /_/_/ /_/\__,_/ \n"; + printf "$BOLDVERT"; printf "\n" - printf "Find wallpapers recursively in the current dir and sub-directories...\n" + printf "Find wallpapers recursively in a dir and sub-directories...\n" printf "\n" printf "$NORMAL" printf "Version : $version\n"