X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listotulabelscommand.cpp;fp=listotulabelscommand.cpp;h=93b1510d22bc04cc19fec975df447381285b7788;hb=e0b6040c7b6ad4ecdad4aa90b4326c0528379178;hp=becfae3ff949f0a3f8bba42604459f8e4267dc65;hpb=e7ae6e6b27c45b5691c19f423ec56faae8e2f255;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; }