mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
Change 'display' to 'output' in swaylock docs where necessary
This commit is contained in:
parent
0aa4383c9a
commit
644c13de77
|
@ -250,13 +250,13 @@ int main(int argc, char **argv) {
|
||||||
const char *usage =
|
const char *usage =
|
||||||
"Usage: swaylock [options...]\n"
|
"Usage: swaylock [options...]\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -h, --help Show help message and quit.\n"
|
" -h, --help Show help message and quit.\n"
|
||||||
" -c, --color <rrggbb[aa]> Turn the screen into the given color instead of white.\n"
|
" -c, --color <rrggbb[aa]> Turn the screen into the given color instead of white.\n"
|
||||||
" -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n"
|
" -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n"
|
||||||
" -t, --tiling Same as --scaling=tile.\n"
|
" -t, --tiling Same as --scaling=tile.\n"
|
||||||
" -v, --version Show the version number and quit.\n"
|
" -v, --version Show the version number and quit.\n"
|
||||||
" -i, --image [<display>:]<path> Display the given image.\n"
|
" -i, --image [<output>:]<path> Display the given image.\n"
|
||||||
" --socket <socket> Use the specified socket.\n";
|
" --socket <socket> Use the specified socket.\n";
|
||||||
|
|
||||||
registry = registry_poll();
|
registry = registry_poll();
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@ Options
|
||||||
Turn the screen into the given color instead of white. If an image is in use,
|
Turn the screen into the given color instead of white. If an image is in use,
|
||||||
also enables color display.
|
also enables color display.
|
||||||
|
|
||||||
*-i, \--image* [<display>:]<path>::
|
*-i, \--image* [<output>:]<path>::
|
||||||
Display the given image, optionally only on the given display.
|
Display the given image, optionally only on the given output.
|
||||||
|
|
||||||
*-s, \--scaling*::
|
*-s, \--scaling*::
|
||||||
Scaling mode for images: stretch, fill, fit, center, or tile.
|
Scaling mode for images: stretch, fill, fit, center, or tile.
|
||||||
|
|
Loading…
Reference in a new issue