From adaeb7ca6d456fcdf3b3db1169e2d4464f2edc3e Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:55:01 +0100 Subject: [PATCH] Remove left-in text from --help --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cf4eb3e22..f81d6543f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,6 @@ int main(int argc, char* argv[]) { std::cout << "Usage: shadps4 [options] \n" "Options:\n" " -g, --game Specify game path to launch\n" - " -ga, --game-with-arg \n" " -- ... Parameters passed to the game ELF. " "Needs to be at the end of the line, and everything after \"--\" is a " "game argument.\n"