]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / metastatscommand.cpp
index 4bb50ab107bb4fdde1d97b790cd15f3cb42d8599..f637eec8b5821e45bbeae41a5282481a809a272b 100644 (file)
@@ -52,7 +52,7 @@ string MetaStatsCommand::getHelpString(){
                helpString += "The metastats command should be in the following format: metastats(design=yourDesignFile).\n";
                helpString += "Example metastats(design=temp.design, groups=A-B-C).\n";
                helpString += "The default value for groups is all the groups in your groupfile, and all labels in your inputfile will be used.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n";
                return helpString;
        }
        catch(exception& e) {