]> git.donarmstrong.com Git - mothur.git/blobdiff - getotulabelscommand.cpp
changes while testing 1.26
[mothur.git] / getotulabelscommand.cpp
index a281f9f8a23f98d36f7a4b303bdf7804d945c4c7..7dc0b414f40e3db4b3daa0469589ba30dc5fe781 100644 (file)
@@ -33,9 +33,9 @@ string GetOtuLabelsCommand::getHelpString(){
                string helpString = "";
                helpString += "The get.otulabels command can be used to select specific otus with the output from classify.otu, otu.association, or corr.axes.\n";
                helpString += "The get.otulabels parameters are: constaxonomy, otucorr, corraxes, and accnos.\n";
-               helpString += "The constaxonomy parameter is input the results of the classify.otu command.\n";
-        helpString += "The otucorr parameter is input the results of the otu.association command.\n";
-        helpString += "The corraxes parameter is input the results of the corr.axes command.\n";
+               helpString += "The constaxonomy parameter is used to input the results of the classify.otu command.\n";
+        helpString += "The otucorr parameter is used to input the results of the otu.association command.\n";
+        helpString += "The corraxes parameter is used to input the results of the corr.axes command.\n";
                helpString += "The get.otulabels commmand should be in the following format: \n";
                helpString += "get.otulabels(accnos=yourListOfOTULabels, corraxes=yourCorrAxesFile)\n";
                return helpString;