diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-18 23:03:22 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-18 23:03:22 +0100 |
commit | 8e0b20df626689327cf16515a057dc1a97bc7559 (patch) | |
tree | 3095d5ef1443f9a28dc3bf5eeca2975a2e8b9aa3 /src/main.cpp | |
parent | d2ab24121dcf66e261ae6b205290df7e8dbfa4e6 (diff) |
m
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 9f0847e..6adeb05 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3321,7 +3321,7 @@ int main(int argc, char **argv) { const char *vendor_str = argv[3]; gsr_gpu_vendor vendor; if(!gpu_vendor_from_string(vendor_str, &vendor)) { - fprintf(stderr, "Error: \"%s\" is not a valid vendor, expected \"amd\", \"intel\" or \"nvidia\"\n", vendor_str); + fprintf(stderr, "Error: \"%s\" is not a valid vendor, expected \"amd\", \"intel\", \"nvidia\" or \"broadcom\"\n", vendor_str); _exit(1); } |