From 3ae078e3c56e6f3b94e0df04892e9d48870d41dc Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 2 Sep 2023 11:53:09 -0400 Subject: [PATCH] update arg from nonewline to nonewlines --- src/cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.cpp b/src/cli.cpp index 8a7825d..56dbf8e 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -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;