X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedutilities.cpp;h=71d7782cad87c7914c2d14071ec1cc657b2803d1;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=151b254c7ca983abe1568a962aba5eef0e2f5ead;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/sharedutilities.cpp b/sharedutilities.cpp index 151b254..71d7782 100644 --- a/sharedutilities.cpp +++ b/sharedutilities.cpp @@ -120,7 +120,7 @@ void SharedUtil::setGroups(vector& userGroups, vector& allGroups //if the user only entered invalid groups if (userGroups.size() == 0) { - m->mothurOut("You provided no valid groups. I will run the command using all the groups in your groupfile."); m->mothurOutEndLine(); + m->mothurOut("You provided no valid groups. I will run the command using all the groups in your file."); m->mothurOutEndLine(); for (int i = 0; i < allGroups.size(); i++) { userGroups.push_back(allGroups[i]); }