Merge pull request #1244 from her001/swaylock-man-corrections

Correct swaylock man page description of -i and -c
This commit is contained in:
Drew DeVault 2017-06-19 08:17:41 -04:00
parent 4e663ab44f
commit 3f2023ea65
2 changed files with 6 additions and 5 deletions

View file

@ -23,12 +23,13 @@ Options
Show help message and quit.
*-c, \--color* <rrggbb[aa]>::
Turn the screen into the given color instead of white. If an image is in use,
also enables color display. This option and -i are mutually exclusive.
Turn the screen into the given color. If -i is used, this sets the
background of the image to the given color. Defaults to white (ffffff), or
transparent (00000000) if an image is in use.
*-i, \--image* [<output>:]<path>::
Display the given image, optionally only on the given output. This option
and -c are mutually exclusive.
Display the given image, optionally only on the given output. Use -c to set
a background color.
*--scaling*::
Scaling mode for images: stretch, fill, fit, center, or tile.