From e2a6c3ea9e533e8f1164a3f9aaee12574cd069f5 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 24 Mar 2024 12:40:00 +0100 Subject: [PATCH] Changed the application description to 'ES-DE Frontend' for the -h/--help command line option --- es-app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 1395c2eae..fc182d6d8 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -398,7 +398,7 @@ bool parseArguments(const std::vector& arguments) std::cout << // clang-format off "Usage: es-de [options]\n" -"ES-DE (ES-DE), Emulator Frontend\n\n" +"ES-DE Frontend\n\n" "Options:\n" " --display [1 to 4] Display/monitor to use\n" " --resolution [width] [height] Application resolution\n"