From 9a1c3de03865aeda47c577ed5c6c8af61b9fa05b Mon Sep 17 00:00:00 2001 From: Francois B Date: Tue, 27 Mar 2018 23:10:57 +0200 Subject: [PATCH] small change in usage description --- wpfind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpfind b/wpfind index f8434b3..ef87071 100755 --- a/wpfind +++ b/wpfind @@ -63,8 +63,8 @@ function usage() { printf "Licence : GPLv3\n" printf "\n" 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 " -c : copy wallpapers found in the specified directory\n" + printf " -m : move wallpapers found in the specified directory\n" printf " -i (default: current directory)\n" printf " -o (default: wpfiles inside the current directory)\n" printf " -w (default: 1920px)\n"