aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
------------