diff options
author | Don Hejna <don.hejna@gmail.com> | 2016-11-27 20:36:23 -0800 |
---|---|---|
committer | Don Hejna <don.hejna@gmail.com> | 2016-11-27 20:36:23 -0800 |
commit | 27bbaab976e02d2458099de96ec71d14aa1ade8e (patch) | |
tree | da6373d93c95bafc431fa4adfd025312173f5fca /sxiv.1 | |
parent | 32b29e61c1cf1fead8ccc3400d751955de7d5715 (diff) |
Support for DELAY as a floating point number including less than 1
second while maintaining backward compatibiitiy with integer
arguments.
Diffstat (limited to 'sxiv.1')
-rw-r--r-- | sxiv.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,7 +81,7 @@ Be quiet, disable warnings to standard error stream. Search the given directories recursively for images to view. .TP .BI "\-S " DELAY -Start in slideshow mode. Set the delay between images to DELAY seconds. +Start in slideshow mode. Set the delay between images to DELAY (float, e.g. 1, 3.1, 0.01) seconds. .TP .BI "\-s " MODE Set scale mode according to MODE character. Supported modes are: [d]own, @@ -330,7 +330,7 @@ Toggle visibility of alpha-channel, i.e. image transparency. .TP .B s Toggle slideshow mode and/or set the delay between images to -.I count +.I count (integer prefix only) seconds. .SH MOUSE COMMANDS The following mouse mappings are available in image mode: |