mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
CR - CLI text
This commit is contained in:
parent
0dec97fc03
commit
bfc789f072
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int main(int argc, const char* argv[]) {
|
|||
}
|
||||
|
||||
QCommandLineParser parser;
|
||||
QCommandLineOption checkMinSpecOption("checkMinSpec", "Check machine has minimum specifications");
|
||||
QCommandLineOption checkMinSpecOption("checkMinSpec", "Check if machine meets minimum specifications");
|
||||
QCommandLineOption runServerOption("runServer", "Whether to run the server");
|
||||
QCommandLineOption serverContentPathOption("serverContentPath", "Where to find server content", "serverContentPath");
|
||||
parser.addOption(checkMinSpecOption);
|
||||
|
|
Loading…
Reference in a new issue