]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / mantelcommand.cpp
index c41cde34e92374d4c21a57f51636d2729d464d13..0c0163b538a747ca5b9b4eb82ef57a06ca302b91 100644 (file)
@@ -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) {