diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-20 11:43:38 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-20 11:43:38 +0000 |
commit | 81091690ba8794b38536b2f171ae56cf714295d7 (patch) | |
tree | 440bc6bd5e52d631662fe945981cec6c3ac380d1 /doc | |
parent | f0448375624d7d81808995ebb3a2f9352c21dfc4 (diff) | |
download | imv-81091690ba8794b38536b2f171ae56cf714295d7.tar.gz |
Add support for -n PATH starting specifier
Fixes #36
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |