diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-03-15 21:16:16 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-15 21:16:16 +0100 | 
| commit | 29cd868898660c58b1925bf3647c4c63b7bd3151 (patch) | |
| tree | be995936651b80fe6e4678662df69089b779ace1 /man | |
| parent | 338553950063615b59d80d2148d208b490c3d0bd (diff) | |
--(un|)loadable: indicate results in exit code
Diffstat (limited to 'man')
| -rw-r--r-- | man/feh.pre | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/man/feh.pre b/man/feh.pre index 48d7778..ecd35ec 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -383,6 +383,7 @@ 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.  .  .It Cm -M , --menu-font Ar font  . @@ -550,6 +551,7 @@ mode.  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.  .  .It Cm -V , --verbose  . | 
