X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=commandoptionparser.cpp;h=0038a714f4ae356e11d7dea57b4840a81eb946f4;hp=dfad533c8898ff3d79067d5f16c6869803e21e12;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc 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");