diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-02 01:09:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-02 01:09:16 +0200 |
commit | e72378238a2b276816a0ddb0c0cfc63c091f3eec (patch) | |
tree | 0d3667701816a2b164deed26f8e89ec1b1715c8c /src | |
parent | 74fb126c5918cc84316e55ff242f9d1c8df9d8b9 (diff) |
Mention bg color in usage
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |