diff options
Diffstat (limited to '')
-rw-r--r-- | main.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -434,11 +434,11 @@ static void parse_command_line(int argc, char **argv, const char *usage = "Usage: swaybg <options...>\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 <path> Set the image to display.\n" + " -m, --mode <mode> Set the mode to use for the image.\n" + " -o, --output <name> Set the output to operate on or * for all.\n" " -v, --version Show the version number and quit.\n" "\n" "Background Modes:\n" |