From ba6d0c7867707e7041172eed7684d197689f58eb Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 12 Nov 2015 18:50:00 +0000 Subject: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8388ef..0394f87 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ the current image's path to stdout. find -type f -name '*.jpg' | imv - | xargs rm -v #### Choosing pictures to email - find ./holiday_pics -type f -name '*.jpg' | imv -p | xargs cp -t ~/outbox + find ./holiday_pics -type f -name '*.jpg' | imv - | xargs cp -t ~/outbox Installation ------------ -- cgit v1.2.3