Skip to content

Commit 5f16cb1

Browse files
committed
vdisp/gl: help: platform above "footnote"
1 parent 7b120d0 commit 5f16cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/gl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,10 @@ static void gl_show_help(bool full) {
645645
col() << TBOLD("\twindow_hint=<k>=<v>[,<k2>=<v2>]")" set GLFW "
646646
"window hint key\n"
647647
"\t\t\t<k> to value <v>, (" TBOLD("list_hints")" to enumerate)\n";
648+
col() << TBOLD("\tplatform=<p>") << "\tuse platform (usable only in Linux)\n";
648649
col() << TBOLD("\t--param " GL_DISABLE_10B_OPT_PARAM_NAME) << "\tdo not set 10-bit framebuffer (performance issues)\n";
649650
col() << "\n" TBOLD(
650651
"[1]") " position doesn't work in Wayland\n";
651-
col() << TBOLD("\tplatform=<p>") << "\tuse platform (usable only in Linux)\n";
652652
} else {
653653
color_printf(
654654
"\t(use \"" TBOLD("fullhelp") "\" to see options)\n");

0 commit comments

Comments
 (0)