summaryrefslogtreecommitdiffstats
path: root/swaylock/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/main.c')
-rw-r--r--swaylock/main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/swaylock/main.c b/swaylock/main.c
index 7f4c424d..202d95c2 100644
--- a/swaylock/main.c
+++ b/swaylock/main.c
@@ -250,13 +250,13 @@ int main(int argc, char **argv) {
250 const char *usage = 250 const char *usage =
251 "Usage: swaylock [options...]\n" 251 "Usage: swaylock [options...]\n"
252 "\n" 252 "\n"
253 " -h, --help Show help message and quit.\n" 253 " -h, --help Show help message and quit.\n"
254 " -c, --color <rrggbb[aa]> Turn the screen into the given color instead of white.\n" 254 " -c, --color <rrggbb[aa]> Turn the screen into the given color instead of white.\n"
255 " -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n" 255 " -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n"
256 " -t, --tiling Same as --scaling=tile.\n" 256 " -t, --tiling Same as --scaling=tile.\n"
257 " -v, --version Show the version number and quit.\n" 257 " -v, --version Show the version number and quit.\n"
258 " -i, --image [<display>:]<path> Display the given image.\n" 258 " -i, --image [<output>:]<path> Display the given image.\n"
259 " --socket <socket> Use the specified socket.\n"; 259 " --socket <socket> Use the specified socket.\n";
260 260
261 registry = registry_poll(); 261 registry = registry_poll();
262 262