mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 04:20:17 +02:00
Update cli.cpp
This commit is contained in:
parent
c965b88113
commit
2b408913c4
@ -213,7 +213,7 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) {
|
|||||||
} else if (arg == "-N" || arg == "--nonewlines") {
|
} else if (arg == "-N" || arg == "--nonewlines") {
|
||||||
options->nonewlines = true;
|
options->nonewlines = true;
|
||||||
} else if (arg == "-o" || arg == "--override") {
|
} else if (arg == "-o" || arg == "--override") {
|
||||||
options->override = true;
|
options->overrideVersion = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
options->error = true;
|
options->error = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user