X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=metastatscommand.cpp;h=f637eec8b5821e45bbeae41a5282481a809a272b;hp=4bb50ab107bb4fdde1d97b790cd15f3cb42d8599;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/metastatscommand.cpp b/metastatscommand.cpp index 4bb50ab..f637eec 100644 --- a/metastatscommand.cpp +++ b/metastatscommand.cpp @@ -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) {