X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=parsimonycommand.cpp;h=be64ec273ec8c62fcba9a7cd206955878f7e21ed;hp=a8c2d156be775455c729d9341386ecfb952323e4;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/parsimonycommand.cpp b/parsimonycommand.cpp index a8c2d15..be64ec2 100644 --- a/parsimonycommand.cpp +++ b/parsimonycommand.cpp @@ -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) {