mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Fix "Unknown option: updating"
This commit is contained in:
parent
b33648fd14
commit
89514c043a
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ int main(int argc, char** argv)
|
||||||
parser.addOption(QCommandLineOption(arg_styles, "Lists the available styles."));
|
parser.addOption(QCommandLineOption(arg_styles, "Lists the available styles."));
|
||||||
parser.addOption(QCommandLineOption(arg_style, "Loads a custom style.", "style", ""));
|
parser.addOption(QCommandLineOption(arg_style, "Loads a custom style.", "style", ""));
|
||||||
parser.addOption(QCommandLineOption(arg_stylesheet, "Loads a custom stylesheet.", "path", ""));
|
parser.addOption(QCommandLineOption(arg_stylesheet, "Loads a custom stylesheet.", "path", ""));
|
||||||
|
parser.addOption(QCommandLineOption(arg_updating, "For internal usage."));
|
||||||
parser.process(app->arguments());
|
parser.process(app->arguments());
|
||||||
|
|
||||||
// Don't start up the full rpcs3 gui if we just want the version or help.
|
// Don't start up the full rpcs3 gui if we just want the version or help.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue