gl: Fix init hint example

This commit is contained in:
Martin Piatka
2024-03-07 10:34:36 +01:00
parent 2ece0791c6
commit 3c4585d3b2

View File

@@ -683,7 +683,7 @@ list_hints()
color_printf("\n");
color_printf(
"Example usage: " TBOLD("-d gl:init_hints=platform=x11") "\n\n");
"Example usage: " TBOLD("-d gl:init_hint=platform=x11") "\n\n");
}
static void *display_gl_parse_fmt(struct state_gl *s, char *ptr) {