diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/help.raw | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/src/help.raw b/src/help.raw index f2e7759..6d872da 100644 --- a/src/help.raw +++ b/src/help.raw @@ -63,14 +63,17 @@ OPTIONS       --index-name BOOL     Show/Don't show filename in index/thumbnail mode       --index-size BOOL     Show/Don't show filesize in index/thumbnail mode       --index-dim BOOL      Show/Don't show dimensions in index/thumbnail mode -     --bg-tile FILE        Set FILE as tiled desktop background       --bg-center FILE      Set FILE as centered desktop background -     --bg-scale FILE       Set FILE as scaled desktop background. This will -                           fill the whole background, but the images' aspect -                           ratio may not be preserved       --bg-fill FILE        Like --bg-scale, but preserves aspect ratio by                             zooming the image until it fits. May cut off                             corners +     --bg-max FILE         Like --bg-fill, but scale the image to the maximum +                           size that fits the screen with black borders on one +                           side +     --bg-scale FILE       Set FILE as scaled desktop background. This will +                           fill the whole background, but the images' aspect +                           ratio may not be preserved +     --bg-tile FILE        Set FILE as tiled desktop background   -C, --fontpath PATH       Specify an extra directory to look in for fonts,                             can be used multiple times to add multiple paths.   -M, --menu-font FONT      Use FONT for the font in menus. | 
