From 87ca82d8872b4f5768419ac0c4f951f9da17619d Mon Sep 17 00:00:00 2001 From: Manuel Stoeckl Date: Mon, 15 Apr 2024 17:02:46 -0400 Subject: Document option arguments in command line usage --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index 3787cc7..bf02516 100644 --- a/main.c +++ b/main.c @@ -434,11 +434,11 @@ static void parse_command_line(int argc, char **argv, const char *usage = "Usage: swaybg \n" "\n" - " -c, --color Set the background color.\n" + " -c, --color RRGGBB Set the background color.\n" " -h, --help Show help message and quit.\n" - " -i, --image Set the image to display.\n" - " -m, --mode Set the mode to use for the image.\n" - " -o, --output Set the output to operate on or * for all.\n" + " -i, --image Set the image to display.\n" + " -m, --mode Set the mode to use for the image.\n" + " -o, --output Set the output to operate on or * for all.\n" " -v, --version Show the version number and quit.\n" "\n" "Background Modes:\n" -- cgit v1.2.3