diff --git a/src/cli.cpp b/src/cli.cpp
index e3efff6..cc80f36 100644
--- a/src/cli.cpp
+++ b/src/cli.cpp
@@ -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;
         }