X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandoptionparser.cpp;h=0038a714f4ae356e11d7dea57b4840a81eb946f4;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=dfad533c8898ff3d79067d5f16c6869803e21e12;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/commandoptionparser.cpp b/commandoptionparser.cpp index dfad533..0038a71 100644 --- a/commandoptionparser.cpp +++ b/commandoptionparser.cpp @@ -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");