SDL_ttf: showfont: fixed usage message

From 37d698da7e1801a081271afe43c69bca172b5bd1 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 27 Jan 2025 11:37:30 -0800
Subject: [PATCH] showfont: fixed usage message

---
 examples/showfont.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/showfont.c b/examples/showfont.c
index 3d326bc8..ed6e67cc 100644
--- a/examples/showfont.c
+++ b/examples/showfont.c
@@ -45,7 +45,7 @@
 
 
 #define TTF_SHOWFONT_USAGE \
-"Usage: %s [-textengine surface|renderer] [-solid] [-shaded] [-blended] [-wrapped] [-b] [-i] [-u] [-s] [-outline size] [-hintlight|-hintmono|-hintnone] [-nokerning] [-wrap] [-align left|center|right] [-fgcol r,g,b,a] [-bgcol r,g,b,a] [-disable-editbox] [-fallback <font>.ttf>] <font>.ttf [ptsize] [text]\n"
+"Usage: %s [-textengine surface|renderer] [-solid] [-shaded] [-blended] [-b] [-i] [-u] [-s] [-outline size] [-hintlight|-hintmono|-hintnone] [-nokerning] [-wrap] [-align left|center|right] [-fgcol r,g,b,a] [-bgcol r,g,b,a] [-disable-editbox] [-fallback <font>.ttf>] <font>.ttf [ptsize] [text]\n"
 
 typedef enum
 {