diff --git a/pcsx2/Linux/LnxMain.cpp b/pcsx2/Linux/LnxMain.cpp index b28c6c2ee1..f4206de7ac 100644 --- a/pcsx2/Linux/LnxMain.cpp +++ b/pcsx2/Linux/LnxMain.cpp @@ -66,7 +66,7 @@ int main(int argc, char *argv[]) { char* token = argv[i++]; if( stricmp(token, "-help") == 0 || stricmp(token, "--help") == 0 || stricmp(token, "-h") == 0 ) { - //Msgbox::Alert("%s", params phelpmsg); + //Msgbox::Alert( phelpmsg ); return 0; } else if( stricmp(token, "-efile") == 0 ) {