Don't use -i in examples

This commit is contained in:
Harry Jeffery 2015-11-19 23:28:01 +00:00
parent 01d913d7ed
commit 4dac3ea6f8

View file

@ -19,7 +19,7 @@ Usage
imv image1.png another_image.jpeg yet_another.TIFF imv image1.png another_image.jpeg yet_another.TIFF
### Opening images via stdin ### Opening images via stdin
find . "*.png" | imv -i find . "*.png" | imv -
### Autoscale images to fit the window ### Autoscale images to fit the window
imv -s *.gif imv -s *.gif
@ -28,7 +28,7 @@ Usage
imv -fs image.jpeg imv -fs image.jpeg
### Viewing images in a random order ### Viewing images in a random order
find . "*.png" | shuf | imv -i find . "*.png" | shuf | imv -
### Image picker ### Image picker
imv can be used to select images in a pipeline by using the 'p' hotkey to print imv can be used to select images in a pipeline by using the 'p' hotkey to print