diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | man/feh.pre | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,8 @@ git HEAD * Add %F and %N format specifiers, containing an escaped version of %f/%n. Example: %F for foo'bar".jpg will return 'foo'"'"'bar".jpg' <https://github.com/derf/feh/issues/77> + * Mention URL support in the SYNOPSIS + <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655431> Mon, 02 Jan 2012 11:54:01 +0100 Daniel Friesel <derf@finalrewind.org> diff --git a/man/feh.pre b/man/feh.pre index 8b23ead..42c6caa 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -13,7 +13,7 @@ . .Nm .Op Ar options -.Ar files or directories ... +.Ar files or directories or URLs ... . . .Sh VERSION @@ -40,7 +40,7 @@ file managers to view an image. .Pp . .Nm -supports filelists, various image sorting modes, image captions and more. +supports filelists, various image sorting modes, image captions, HTTP and more. Configurable keyboard shortcuts are used to control it; the mouse is also supported, but only required for very few actions. . |