diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-12 18:50:00 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-12 18:50:00 +0000 |
commit | ba6d0c7867707e7041172eed7684d197689f58eb (patch) | |
tree | 2c64c732d1d0964185814595351c84fade06e7d6 | |
parent | 7e3236cd0f2e6d6d0f5cb2c147800d80bbc48f89 (diff) | |
download | imv-ba6d0c7867707e7041172eed7684d197689f58eb.tar.gz |
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------ |