]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / parsimonycommand.cpp
index a8c2d156be775455c729d9341386ecfb952323e4..be64ec273ec8c62fcba9a7cd206955878f7e21ed 100644 (file)
@@ -43,7 +43,7 @@ string ParsimonyCommand::getHelpString(){
                helpString += "Example parsimony(random=out, iters=500).\n";
                helpString += "The default value for random is "" (meaning you want to use the trees in your inputfile, randomtree=out means you just want the random distribution of trees outputted to out.rd_parsimony),\n";
                helpString += "and iters is 1000.  The parsimony command output two files: .parsimony and .psummary their descriptions are in the manual.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. random), '=' and parameters (i.e.yourOutputFilename).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. random), '=' and parameters (i.e.yourOutputFilename).\n";
                return helpString;
        }
        catch(exception& e) {