X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.cpp;fp=mantelcommand.cpp;h=0c0163b538a747ca5b9b4eb82ef57a06ca302b91;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=c41cde34e92374d4c21a57f51636d2729d464d13;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/mantelcommand.cpp b/mantelcommand.cpp index c41cde3..0c0163b 100644 --- a/mantelcommand.cpp +++ b/mantelcommand.cpp @@ -41,7 +41,7 @@ string MantelCommand::getHelpString(){ helpString += "The iters parameter allows you to set number of randomization for the P value. The default is 1000. \n"; helpString += "The mantel command should be in the following format: mantel(phylip1=veg.dist, phylip2=env.dist).\n"; helpString += "The mantel command outputs a .mantel file.\n"; - helpString += "Note: No spaces between parameter labels (i.e. phylip1), '=' and parameters (i.e. veg.dist).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. phylip1), '=' and parameters (i.e. veg.dist).\n"; return helpString; } catch(exception& e) {