diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-24 23:56:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-24 23:56:41 +0100 |
commit | ab20b26e889222e707dc7bc40df2ca8274014f64 (patch) | |
tree | 4a2b37371546cd6d8ae9787a86e314f70d7d3f7b | |
parent | b1214af26f19f2d64c0889ce52f803611b26d46b (diff) |
feh(1): Mention HTTP support more prominently (Debian #655431)
-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. . |