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