]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / anosimcommand.cpp
index 623b4333948a8996ab5122389a67bac2cb21bc6f..2ee691ea9cb0db6f3a98ff299d0a1f9c6f60bbaf 100644 (file)
@@ -41,7 +41,7 @@ string AnosimCommand::getHelpString(){
                helpString += "The design file looks like the group file.  It is a 2 column tab delimited file, where the first column is the sample name and the second column is the group the sample belongs to.\n";
                helpString += "The iters parameter allows you to set number of randomization for the P value.  The default is 1000. \n";
                helpString += "The anosim command should be in the following format: anosim(phylip=file.dist, design=file.design).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. iters), '=' and parameters (i.e. 1000).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. iters), '=' and parameters (i.e. 1000).\n";
                return helpString;
        }
        catch(exception& e) {