From 3a468a9a3b74800118a2caebefed011658532c30 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 27 May 2026 21:06:05 -0700 Subject: [PATCH] fix up option name --- src/spice2x/launcher/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 3f0bba6..48a954f 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1094,9 +1094,9 @@ static const std::vector OPTION_DEFINITIONS = { }, { // GitaDoraArenaSingleWindow - .title = "GitaDora Arena Disable Subscreens (DEPRECATED - use -gdawindows)", + .title = "GitaDora Arena Disable Subscreens (DEPRECATED - use -gdalayout)", .name = "gdaonewindow", - .desc = "DEPRECATED - use -gdawindows.\n\n" + .desc = "DEPRECATED - use -gdalayout.\n\n" "For Arena Model:\n\n" "Windowed mode: instead of 4 windows, create 1 window.\n\n" "Fullscreen mode: instead of requiring 4 monitors, use only the primary monitor. WARNING: requires 4K monitor.\n\n"