aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-12 18:50:00 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-12 18:50:00 +0000
commitba6d0c7867707e7041172eed7684d197689f58eb (patch)
tree2c64c732d1d0964185814595351c84fade06e7d6
parent7e3236cd0f2e6d6d0f5cb2c147800d80bbc48f89 (diff)
downloadimv-ba6d0c7867707e7041172eed7684d197689f58eb.tar.gz
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
------------