Unverified Commit 1d02f902 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh(1): Mention --action execution in --(un)loadable documentation

Previously, the fact that --action interacts with --(un)loadable was only
mentioned in the documentation for --action, thus posing an elevated risk for
misunderstandings.

Closes #741
parent 698121ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -575,6 +575,9 @@ Useful in scripts to hunt out images of a certain size/resolution/type etc.
Don't display images.
Don't display images.
Just print out their names if imlib2 can successfully load them.
Just print out their names if imlib2 can successfully load them.
Returns false if at least one image failed to load.
Returns false if at least one image failed to load.
When combined with
.Cm --action ,
the specified action will be run for each loadable image.
.
.
.It Cm --max-dimension Ar width No x Ar height
.It Cm --max-dimension Ar width No x Ar height
.
.
@@ -923,6 +926,9 @@ See
Don't display images.
Don't display images.
Just print out their names if imlib2 can NOT successfully load them.
Just print out their names if imlib2 can NOT successfully load them.
Returns false if at least one image was loadable.
Returns false if at least one image was loadable.
When combined with
.Cm --action ,
the specified action will be run for each unloadable file.
.
.
.It Cm -V , --verbose
.It Cm -V , --verbose
.
.