Skip to content

Commit

Permalink
feh(1): Mention --action execution in --(un)loadable documentation
Browse files Browse the repository at this point in the history
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 derf#741
  • Loading branch information
derf committed Dec 29, 2023
1 parent 698121a commit 1d02f90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/feh.pre
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,9 @@ Useful in scripts to hunt out images of a certain size/resolution/type etc.
Don't display images.
Just print out their names if imlib2 can successfully load them.
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
.
Expand Down Expand Up @@ -923,6 +926,9 @@ See
Don't display images.
Just print out their names if imlib2 can NOT successfully load them.
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
.
Expand Down

0 comments on commit 1d02f90

Please sign in to comment.