aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-20 11:43:38 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-20 11:43:38 +0000
commit81091690ba8794b38536b2f171ae56cf714295d7 (patch)
tree440bc6bd5e52d631662fe945981cec6c3ac380d1 /doc
parentf0448375624d7d81808995ebb3a2f9352c21dfc4 (diff)
downloadimv-81091690ba8794b38536b2f171ae56cf714295d7.tar.gz
Add support for -n PATH starting specifier
Fixes #36
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/imv.1 b/doc/imv.1
index 3965c8b..f8cdf74 100644
--- a/doc/imv.1
+++ b/doc/imv.1
@@ -3,7 +3,7 @@
imv \- image viewer
.SH SYNOPSIS
.nf
-\fBimv\fP [-rfaudh] [-n NUM] [-b COLOR] [-e FONT:SIZE] [images...]
+\fBimv\fP [-rfaudh] [-n <NUM|PATH>] [-b COLOR] [-e FONT:SIZE] [images...]
.fi
.sp
.SH DESCRIPTION
@@ -34,8 +34,8 @@ Show overlay.
Print help.
.SH OPTIONS
.TP
-.BI "-n " NUM
-Start at picture number NUM.
+.BI "-n " <NUM|PATH>
+Start at image number NUM, or the image with the path PATH.
.TP
.BI "-b " BG
Set the background color. Either 'checks' or a hex color value.