Update cli.cpp

This commit is contained in:
TheTank20 2024-04-13 19:01:34 +00:00 committed by GitHub
parent 0251546d0d
commit e830f97e7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) {
options->nonewlines = true;
} else if (arg == "-o" || arg == "--override") {
options->overrideVersion = true;
}
} else {
options->error = true;
}