Skip to content

Commit

Permalink
gl: Fix init hint example
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Mar 7, 2024
1 parent 2ece079 commit 3c4585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_display/gl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c4585d

Please sign in to comment.