X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifytreecommand.cpp;h=9ec4e6f89a40d12a1661144f8835cd6e1a4ccc84;hb=a78fa674631a7d8a8d4e5043384ee244ed65cc09;hp=e1ef6d304227f7b523ebb9540373a58cdd2339a0;hpb=26cf6509c41e1f38fe5a178bf9d22c02d9d97580;p=mothur.git diff --git a/classifytreecommand.cpp b/classifytreecommand.cpp index e1ef6d3..9ec4e6f 100644 --- a/classifytreecommand.cpp +++ b/classifytreecommand.cpp @@ -33,7 +33,7 @@ vector ClassifyTreeCommand::setParameters(){ string ClassifyTreeCommand::getHelpString(){ try { string helpString = ""; - helpString += "The classify.tree command reads a tree and taxonomy file and output the concensus taxonomy for each node on the tree. \n"; + helpString += "The classify.tree command reads a tree and taxonomy file and output the consensus taxonomy for each node on the tree. \n"; helpString += "If you provide a group file, the concensus for each group will also be provided. \n"; helpString += "The new tree contains labels at each internal node. The label is the node number so you can relate the tree to the summary file.\n"; helpString += "The summary file lists the concensus taxonomy for the descendants of each node.\n";