diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-26 07:42:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-26 07:42:26 +0200 |
commit | 171cca6df565d13d6fa5c4e0be7fe04faae4e2ad (patch) | |
tree | d8540d3dfdfb6a10723c5207f36cb4418ac1d37a | |
parent | aea70b203d19d02079a1d6c0b07d06220bf811d2 (diff) |
Minor documentation fixup
-rw-r--r-- | man/feh.pre | 8 | ||||
-rw-r--r-- | src/help.raw | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/man/feh.pre b/man/feh.pre index a1b7b9b..bbcbbd8 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -1092,19 +1092,19 @@ Scroll down. Note that the scroll keys work without anti-aliasing for performance reasons, hit the render key after scrolling to antialias the image. . -.It Aq Alt+Left +.It Aq Alt+Left Bq scroll_left_page . Scroll to the left by one page . -.It Aq Alt+Right +.It Aq Alt+Right Bq scroll_right_page . Scroll to the right by one page . -.It Aq Alt+Up +.It Aq Alt+Up Bq scroll_up_page . Scroll up by one page . -.It Aq Alt+Down +.It Aq Alt+Down Bq scroll_down-page . Scroll down by one page . diff --git a/src/help.raw b/src/help.raw index d2bd8ff..e8c848e 100644 --- a/src/help.raw +++ b/src/help.raw @@ -31,6 +31,7 @@ OPTIONS -w, --multiwindow Open all files at once, one window per image -x, --borderless Create borderless windows -d, --draw-filename Show the filename in the image window + --draw-tinted Show overlay texts on semi-transparent background -^, --title TITLE Set window title (see FORMAT SPECIFIERS) -D, --slideshow-delay NUM Set delay between automatically changing slides --cycle-once Exit after one loop through the slideshow |