aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-12-17 20:50:15 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-12-19 21:33:24 +0000
commitcfafe6d96333f7bd5328d493584f70658853e988 (patch)
treed3aa311121e35f9da586080f438dd1c8c9466e73 /doc
parent784f29f4813d7bfdd81736d60560deeca283a1d9 (diff)
downloadimv-cfafe6d96333f7bd5328d493584f70658853e988.tar.gz
Fix out of date options in man page
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.1.txt41
1 files changed, 19 insertions, 22 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index 0bf36a7..83c9987 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -28,44 +28,41 @@ Options
*-h*::
Show help message and quit.
+*-b* <background>::
+ Set the background colour. Can either be a 6-digit hexadecimal colour code
+ or 'checks' to show a chequered background.
+
+*-d*::
+ Start with overlay visible.
+
+*-f*::
+ Start fullscreen.
+
+*-l*::
+ List open files to stdout at exit.
+
+*-n* <path|index>::
+ Start with the given path, or index selected.
+
*-r*::
Load directories recursively.
-*-a*::
- Default to displaying images at actual size.
-
*-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.
+*-t* <slideshow_duration>::
+ Start in slideshow mode, with each image shown for the given number of
+ seconds.
*-u* <linear|nearest_neighbour>::
Set upscaling method used by imv.
-*-d*::
- Start with overlay visible.
-
*-x*::
Disable looping of input paths.
-*-l*::
- List open files at exit.
-
-*-n* <path|index>::
- Start with the given path, or index selected.
-
-*-b* <background>::
- Set the background colour. Can either be a 6-digit hexadecimal colour code
- or 'checks' to show a chequered background.
-
-*-t* <slideshow_duration>::
- Start in slideshow mode, with each image shown for the given number of
- seconds.
-
Commands
--------