diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 9fc456596..cc1a84a10 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -898,20 +898,9 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[]) } // Output formatter - else if (std::strcmp(argv[i], "--template") == 0 || - std::strncmp(argv[i], "--template=", 11) == 0) { - // "--template format" - if (argv[i][10] == '=') - mSettings.templateFormat = argv[i] + 11; - else if ((i+1) < argc && argv[i+1][0] != '-') { - printMessage("'--template