X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listotulabelscommand.cpp;h=93b1510d22bc04cc19fec975df447381285b7788;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=becfae3ff949f0a3f8bba42604459f8e4267dc65;hpb=bdd77df6a7df8a5775b57d0a7ec8b55de45e7b5b;p=mothur.git diff --git a/listotulabelscommand.cpp b/listotulabelscommand.cpp index becfae3..93b1510 100644 --- a/listotulabelscommand.cpp +++ b/listotulabelscommand.cpp @@ -33,11 +33,11 @@ vector ListOtuLabelsCommand::setParameters(){ string ListOtuLabelsCommand::getHelpString(){ try { string helpString = ""; - helpString += "The list.labels lists otu labels from shared or relabund file. The results can be used by the get.labels to select specific otus with the output from classify.otu, otu.association, or corr.axes.\n"; - helpString += "The list.labels parameters are: shared, relabund, label and groups.\n"; + helpString += "The list.otulabels lists otu labels from shared or relabund file. The results can be used by the get.otulabels to select specific otus with the output from classify.otu, otu.association, or corr.axes.\n"; + helpString += "The list.otulabels parameters are: shared, relabund, label and groups.\n"; helpString += "The label parameter is used to analyze specific labels in your input.\n"; helpString += "The groups parameter allows you to specify which of the groups you would like analyzed.\n"; - helpString += "The list.labels commmand should be in the following format: \n"; + helpString += "The list.otulabels commmand should be in the following format: \n"; helpString += "list.otulabels(shared=yourSharedFile, groups=yourGroup1-yourGroup2)\n"; return helpString; }