]> git.donarmstrong.com Git - mothur.git/blobdiff - consensuscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / consensuscommand.cpp
index 75c6a3c6755badbcf1d4fba294a8811b24edbafc..940f840dbc28e74c661bb11b103c737afe821aba 100644 (file)
@@ -32,7 +32,7 @@ string ConcensusCommand::getHelpString(){
                helpString += "The .consensus.tre file contains the consensus tree of the trees in your input file.\n";
                helpString += "The branch lengths are the percentage of trees in your input file that had the given pair.\n";
                helpString += "The .consensuspairs file contains a list of the internal nodes in your tree.  For each node, the pair that was used in the consensus tree \n";
-               helpString += "is reported with its percentage, as well as the other pairs that were seen for that node but not used and their percentages.\n\n";               
+               helpString += "is reported with its percentage, as well as the other pairs that were seen for that node but not used and their percentages.\n";         
                return helpString;
        }
        catch(exception& e) {