From 0092260fd6304f199a9b0729e11755fea94cf3cb Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 00:56:33 +0200 Subject: [PATCH] README.md updated --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73c6bf0..2372d71 100644 --- a/README.md +++ b/README.md @@ -39,28 +39,25 @@ Usage : wpfind [options] -h : show help & informations ``` -Examples of use ---------------- +Usage examples +-------------- Copy wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles ``` wpfind -c - ``` Move wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles ``` wpfind -m - ``` Move wallpapers in the /home/user/MyPics directory and sub-directories with minimum width of 2560px to /home/user/MyWP directory ``` wpfind -m -w 2560 -i /home/user/MyPics -o /home/user/MyWP - ``` Credits