diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-29 23:31:04 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-29 23:31:04 +0100 |
commit | 1d02f9027a39d45657e78eba19b4956158bb4365 (patch) | |
tree | 1c46620a2c47315968dc9d9097373270d9527cdb /man | |
parent | 698121ae3e0a9f9e76b60087686a37e185086d2e (diff) |
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
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index bbdb723..fdaa878 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -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 . @@ -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 . |