Update cli.cpp

This commit is contained in:
TheTank20 2024-04-13 18:43:50 +00:00 committed by GitHub
parent c965b88113
commit 2b408913c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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