]> git.donarmstrong.com Git - mothur.git/blobdiff - commandoptionparser.cpp
working on pam
[mothur.git] / commandoptionparser.cpp
index dfad533c8898ff3d79067d5f16c6869803e21e12..0038a714f4ae356e11d7dea57b4840a81eb946f4 100644 (file)
@@ -31,7 +31,7 @@ CommandOptionParser::CommandOptionParser(string input){
                        optionString = input.substr((openParen+1), (closeParen-openParen-1)); //optionString contains everything between "(" and ")".
                }
                else if (openParen == -1) { m->mothurOut("[ERROR]: You are missing ("); m->mothurOutEndLine(); }
-               else if (closeParen == -1) { m->mothurOut("[ERROR]:You are missing )"); m->mothurOutEndLine(); }
+               else if (closeParen == -1) { m->mothurOut("[ERROR]: You are missing )"); m->mothurOutEndLine(); }
     }
        catch(exception& e) {
                m->errorOut(e, "CommandOptionParser", "CommandOptionParser");