]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhercommand.cpp
fixed bug in make.biom that occurred if some taxonomies had confidence scores and...
[mothur.git] / shhhercommand.cpp
index 803b6cb7955af18d441d6c160e5aafb797c3a057..508e2a90610d1b3705972a976580d90937358427 100644 (file)
@@ -136,7 +136,7 @@ ShhherCommand::ShhherCommand(string option) {
                        flowFileName = validParameter.validFile(parameters, "flow", true);
                        flowFilesFileName = validParameter.validFile(parameters, "file", true);
                        if (flowFileName == "not found" && flowFilesFileName == "not found") {
-                               m->mothurOut("values for either flow or file must be provided for the shhh.seqs command.");
+                               m->mothurOut("values for either flow or file must be provided for the shhh.flows command.");
                                m->mothurOutEndLine();
                                abort = true; 
                        }