diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-05-08 21:57:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-05-08 21:57:36 +0200 |
commit | 01d96e16f6217a7eafb3079a378daa40f3cd34c8 (patch) | |
tree | 9ad54f2d352a4e6c6158edefcffae6ca199c6752 /man/feh.pre | |
parent | 08ae0e4887d9aa2ff37e4fc4d56ca514c7f6bd85 (diff) |
rename --zoom-rate to --zoom-step and switch to percent
This is consistent with --scroll-step (option name) and --zoom (percentage)
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/feh.pre b/man/feh.pre index c27077a..8be5a6f 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -988,11 +988,11 @@ zoom the image like the .Cm --bg-fill mode. . -.It Cm --zoom-rate Ar ratio +.It Cm --zoom-step Ar percent . Zoom images in and out by -.Ar ratio -.Pq default: 1.25 +.Ar percent +.Pq default: 25 when using the zoom keys and buttons. . .El |