aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-17 17:13:51 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-17 17:14:57 +0000
commit53fd3b8f3acb76db343446dd490d3032c7fa9fd6 (patch)
tree6b2e94f2dff3cb28198d4759ad42a7cb9b25a251 /doc
parenta5597a9587e8240cccc0a263db69b329fe854d2b (diff)
downloadimv-53fd3b8f3acb76db343446dd490d3032c7fa9fd6.tar.gz
Add an overlay option '-d'.
TODO: The font needs to be configurable with an option. Refs #35
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/imv.1 b/doc/imv.1
index 94adc66..fc72bd1 100644
--- a/doc/imv.1
+++ b/doc/imv.1
@@ -3,7 +3,7 @@
imv \- image viewer
.SH SYNOPSIS
.nf
-\fBimv\fP [-irfah] [-n NUM] [images...]
+\fBimv\fP [-irfaudh] [-n NUM] [images...]
.fi
.sp
.SH DESCRIPTION
@@ -27,6 +27,9 @@ Default to showing images at actual size.
.B -u
Use nearest neighbour resampling. Recommended for pixel art.
.TP
+.B -d
+Show overlay.
+.TP
.B -h
Print help.
.SH OPTIONS