update arg from nonewline to nonewlines

This commit is contained in:
TheTank20 2023-09-02 11:53:09 -04:00 committed by GitHub
parent 12e511b3a5
commit 3ae078e3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;