From d3a4e7ef8fe0cad9fd1f4a534aef75739b07ac50 Mon Sep 17 00:00:00 2001 From: Francois B Date: Mon, 25 Sep 2017 22:47:09 +0200 Subject: [PATCH] minor bug fix --- wpfind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpfind b/wpfind index b360189..2e77a7d 100755 --- a/wpfind +++ b/wpfind @@ -7,7 +7,7 @@ #------------------------------------------------------------------------------ # app version number -version="0.1" +version="0.1.1" # logfile logfile="wpfind.log" touch wpfind.log @@ -63,7 +63,7 @@ function usage() { printf "Usage : wpfind [options]\n" printf " -c : copy wallpapers found in a specific folder\n" printf " -m : move wallpapers found in a specific folder\n" - printf " -i (default: wpfiles inside the current directory)\n" + printf " -i (default: current directory)\n" printf " -o (default: wpfiles inside the current directory)\n" printf " -w (default: 1920px)\n" printf " -v : verbose mode\n"