diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 16:42:26 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 16:42:26 +0200 |
commit | 9599834d9cc1c9575792bb5b85de083db3cde6a3 (patch) | |
tree | 837cf6b767c648f351d978fee70d6e2c6a6d9294 /src/main.cpp | |
parent | d37688e4c2c0d6cd0b082ccfbd663905359f6ea5 (diff) |
5.3.4
Diffstat (limited to 'src/main.cpp')
-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 57ccab6..4d231af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1258,7 +1258,7 @@ static void usage_full() { printf(" window\n"); printf(" DP-1|1920x1080\n"); printf(" The <option> and <monitor_name> is the name that can be passed to GPU Screen Recorder with the -w option.\n"); - printf(" --list-capture-options optionally accepts a card path (\"/dev/dri/cardN\") and vendor (\"amd\", \"intel\" or \"nvidia\") which can improve the performance of running this command.\n"); + printf(" --list-capture-options optionally accepts a card path (\"/dev/dri/cardN\") and vendor (\"amd\", \"intel\", \"nvidia\" or \"broadcom\") which can improve the performance of running this command.\n"); printf("\n"); printf(" --list-audio-devices\n"); printf(" List audio devices. Lists audio devices in the following format (prints them to stdout and exits):\n"); |