mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-01-22 11:31:09 +02:00
Update cli.cpp
This commit is contained in:
parent
0251546d0d
commit
e830f97e7e
@ -214,7 +214,6 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) {
|
|||||||
options->nonewlines = true;
|
options->nonewlines = true;
|
||||||
} else if (arg == "-o" || arg == "--override") {
|
} else if (arg == "-o" || arg == "--override") {
|
||||||
options->overrideVersion = true;
|
options->overrideVersion = true;
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
options->error = true;
|
options->error = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user