]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedutilities.cpp
fixed bug with getting sharedrabunds for venn, heatmap and tree.shared commands,...
[mothur.git] / sharedutilities.cpp
index fc1b3350599ebb6db17da3d6f02f977a1f793bb1..fd0595de079b588a53e5b11c23d89c5a56687d78 100644 (file)
@@ -125,7 +125,7 @@ void SharedUtil::setGroups(vector<string>& userGroups, vector<string>& allGroups
                                
                                //if the user only entered invalid groups
                                if (userGroups.size() == 0) { 
-                                       cout << "When using the groups parameter you must have at least 1 valid groups. I will run the command using all the groups in your groupfile." << endl; 
+                                       cout << "You provided no valid groups. I will run the command using all the groups in your groupfile." << endl; 
                                        for (int i = 0; i < allGroups.size(); i++) {
                                                userGroups.push_back(allGroups[i]);
                                        }