diff --git a/src/CLI.cpp b/src/CLI.cpp index 64f8eebee..fc193ba7f 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -629,7 +629,7 @@ void CLI::addArg (const std::string& arg) foundOP = true; // This one looks interesting. - if (lexemes.size () > 1 && + if (lexemes.size () > 2 && foundOP) { for (l = lexemes.begin (); l != lexemes.end (); ++l)