aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-11-30 21:53:48 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-11-30 21:53:48 +0000
commit8a2094efa4b6b7096306c5b0ef5f489185592894 (patch)
treec22b1268ad20f71512de7fef114a8dc36e23d966 /doc
parente99cd40716674d15e3ca4176b5722cda42da43a4 (diff)
downloadimv-8a2094efa4b6b7096306c5b0ef5f489185592894.tar.gz
Merge a,s,S flags to -s <mode>
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.1.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index 46662f4..fab4a0d 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -34,8 +34,11 @@ Options
*-a*::
Default to displaying images at actual size.
-*-s*::
- Default to shrinking images to fit the window, but not expanding them.
+*-s* <none|shrink|full>::
+ Set scaling mode to use. 'none' will show each image at its actual size.
+ 'shrink' will scale down the image to fit inside the window. 'full' will
+ both scale up and scale down the image to fit perfectly inside the window.
+ Defaults to 'full'.
*-S*::
Default to scaling images to fit the window perfectly.