aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-26 03:09:42 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-26 03:09:42 +0000
commit174b3a1a1a1158fef2e60510033e93b1abe7a35a (patch)
treefc8386df23e3dc3dcf89d094d17b2967ea0badce /README.md
parent6562cfbd42087efb26484565d18933b063782ed9 (diff)
downloadimv-174b3a1a1a1158fef2e60510033e93b1abe7a35a.tar.gz
Fix usage examples
Fixes #61
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7ed1ff3..56814bb 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,8 @@ Usage
### Opening images via stdin
find . "*.png" | imv -
-### Autoscale images to fit the window
- imv -s *.gif
-
-### Open an image fullscreen (and scale to fit screen)
- imv -fs image.jpeg
+### Open an image fullscreen
+ imv -f image.jpeg
### Viewing images in a random order
find . "*.png" | shuf | imv -