diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-10 14:09:03 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-10 14:09:03 +0000 |
commit | 2153397c8e84d2cc9670074b595ee16515148286 (patch) | |
tree | 002eb93be4f38df1b2677e582c7365cb6cef0e2d /doc/imv.1 | |
parent | 40003f9a45eaf69cc3aac8e5935ac87d80cc12f2 (diff) | |
parent | a08087af7acde585e51a2ca0a32578fa28c5d733 (diff) | |
download | imv-2153397c8e84d2cc9670074b595ee16515148286.tar.gz |
Merge pull request #49 from alekskosiacka/master
add -l option for listing all open images on exit
Diffstat (limited to 'doc/imv.1')
-rw-r--r-- | doc/imv.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,7 @@ imv \- image viewer .SH SYNOPSIS .nf -\fBimv\fP [-rfaudh] [-n <NUM|PATH>] [-b COLOR] [-e FONT:SIZE] [-t SECONDS] [images...] +\fBimv\fP [-rfaudlh] [-n <NUM|PATH>] [-b COLOR] [-e FONT:SIZE] [-t SECONDS] [images...] .fi .sp .SH DESCRIPTION @@ -30,6 +30,9 @@ Use nearest neighbour resampling. Recommended for pixel art. .B -d Show overlay. .TP +.B -l +List open files on exit. +.TP .B -h Print help. .SH OPTIONS |