From 405da8feef28c001f0e81ba631e7360ef375a406 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 24 Jun 2018 02:00:16 +0200 Subject: [PATCH] usage fct upd --- wpfind | 1 + 1 file changed, 1 insertion(+) diff --git a/wpfind b/wpfind index ce49032..a37ac08 100755 --- a/wpfind +++ b/wpfind @@ -73,6 +73,7 @@ function usage() { printf "Usage : wpfind [options]\n" printf " -c : copy wallpapers found in the specified directory\n" printf " -m : move wallpapers found in the specified directory\n" + printf " -s : interactive mode (ask confirmation before overwriting a file)\n" printf " -i (default: current directory)\n" printf " -o (default: wpfiles inside the current directory)\n" printf " -w (default: 1920px)\n"