From 8e0b20df626689327cf16515a057dc1a97bc7559 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 18 Mar 2025 23:03:22 +0100 Subject: m --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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); } -- cgit v1.2.3-70-g09d2