diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-09 11:05:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-09 11:05:37 +0200 |
commit | 43d52da223801d75af29fb2ed6786689796fa4af (patch) | |
tree | 2cee947bdb3042d7c7daaae765452d856a60a34d /man/feh.pre | |
parent | 5631e4ac406ebfb165613311bac559dab481ec12 (diff) |
feh(1): Fix --limit-{height,width} documentation
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man/feh.pre b/man/feh.pre index decb5f4..7719d32 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -585,21 +585,19 @@ This will prevent any empty space in the final montage. . .It Cm -H , --limit-height Ar pixels . -Limit the height of the montage, defaults to 800 pixels. +Limit the height of the montage. . .It Cm -W , --limit-width Ar pixels . -Limit the width of the montage. +Limit the width of the montage, defaults to 800 pixels. . .Pp . If both .Cm --limit-width No and Cm --limit-height are specified, the montage will be exactly -.Ar width -pixels wide and up to -.Ar height -pixels high. +.Ar width No x Ar height +pixels in dimensions. . .It Cm -o , --output Ar file . |