aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-19 23:28:01 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-19 23:28:01 +0000
commit4dac3ea6f8795af687d8e17090f89f3ab1305283 (patch)
tree02e8eb9c59f8ec0773d8d888c48cd5586cc6d11b /README.md
parent01d913d7ed8259d7778254b62b2de67a527913f4 (diff)
downloadimv-4dac3ea6f8795af687d8e17090f89f3ab1305283.tar.gz
Don't use -i in examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f00c61..d848497 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Usage
imv image1.png another_image.jpeg yet_another.TIFF
### Opening images via stdin
- find . "*.png" | imv -i
+ find . "*.png" | imv -
### Autoscale images to fit the window
imv -s *.gif
@@ -28,7 +28,7 @@ Usage
imv -fs image.jpeg
### Viewing images in a random order
- find . "*.png" | shuf | imv -i
+ find . "*.png" | shuf | imv -
### Image picker
imv can be used to select images in a pipeline by using the 'p' hotkey to print