summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files 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 <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"