]> git.donarmstrong.com Git - mothur.git/blobdiff - homovacommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / homovacommand.cpp
index 9f7483057220568d27752d5c6d2b68238d274629..f9d259d2e817d9d4458dc4b54adc218aea6ab5b3 100644 (file)
@@ -41,7 +41,7 @@ string HomovaCommand::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 homova command should be in the following format: homova(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) {