mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 04:20:17 +02:00
update arg from nonewline to nonewlines
This commit is contained in:
parent
12e511b3a5
commit
3ae078e3c5
@ -195,7 +195,7 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) {
|
||||
options->applicationMode = MODE_BINK1998_VALIDATE;
|
||||
i++;
|
||||
|
||||
} else if (arg == "-N" || arg == "--nonewline") {
|
||||
} else if (arg == "-N" || arg == "--nonewlines") {
|
||||
options->nonewlines = true;
|
||||
} else {
|
||||
options->error = true;
|
||||
|
Loading…
Reference in New Issue
Block a user