Skip to content

Commit 9ac2c6b

Browse files
committed
vdisp/gl: hint for fullhelp (options)
to make sure that there are more
1 parent 6f07112 commit 9ac2c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/video_display/gl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,9 @@ static void gl_show_help(bool full) {
571571
col() << TBOLD("\t--param " GL_DISABLE_10B_OPT_PARAM_NAME) << "\tdo not set 10-bit framebuffer (performance issues)\n";
572572
col() << "\n" TBOLD(
573573
"[1]") " position doesn't work in Wayland\n";
574+
} else {
575+
color_printf(
576+
"\t(use \"" TBOLD("fullhelp") "\" to see options)\n");
574577
}
575578

576579
printf("\nkeyboard shortcuts:\n");

0 commit comments

Comments
 (0)