From e72378238a2b276816a0ddb0c0cfc63c091f3eec Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Aug 2024 01:09:16 +0200 Subject: Mention bg color in usage --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c56b1d7..5f5b187 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,7 +94,7 @@ static Bool make_window_sticky(Display* display, Window window) { } static void usage() { - fprintf(stderr, "usage: gpu-screen-recorder-notification <--text text> <--timeout timeout> [--icon filepath] [--icon-color color]\n"); + fprintf(stderr, "usage: gpu-screen-recorder-notification <--text text> <--timeout timeout> [--icon filepath] [--icon-color color] [--bg-color color]\n"); fprintf(stderr, "options:\n"); fprintf(stderr, " --text The text to display in the notification. Required.\n"); fprintf(stderr, " --timeout The time to display the notification in seconds (excluding animation time), expected to be a floating point number. Required.\n"); -- cgit v1.2.3