diff options
author | Dmitrij D. Czarkoff <czarkoff@gmail.com> | 2015-12-30 15:48:03 +0100 |
---|---|---|
committer | Dmitrij D. Czarkoff <czarkoff@gmail.com> | 2015-12-30 15:48:03 +0100 |
commit | c61a0a90db45099b3a572979774eba8dd0e82819 (patch) | |
tree | de9cf11f5e06d8372420fcc1423c97a0315e9731 /doc | |
parent | aa486c8df03b450b250cdbfba82dd060160ca021 (diff) | |
download | imv-c61a0a90db45099b3a572979774eba8dd0e82819.tar.gz |
Allow fractional slideshow timeout
Accept slideshow timeout expressed as fractional numbers. It is intentionally
lax, so that arguments like ".1" or "5." are accepted and give no surprises.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ may be expressed as a number or as a path of an image. Recursively search input paths for files. .It Fl t Ar seconds Set the slideshow delay in seconds. +Fractional numbers are accepted. Setting this to zero disables slideshow mode, which is the default. .It Fl u Use nearest neighbour resampling. Recommended for pixel art. |