X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.cpp;h=e0943cf0cb52f2c2ba3faf7fe8a5e2add7281597;hb=55ec7cde88d5512e177fe9488d5ee13793853bad;hp=76dc630e2ae6e2cac50e563f2cdb67df521164e4;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/removegroupscommand.cpp b/removegroupscommand.cpp index 76dc630..e0943cf 100644 --- a/removegroupscommand.cpp +++ b/removegroupscommand.cpp @@ -46,7 +46,7 @@ string RemoveGroupsCommand::getHelpString(){ helpString += "The remove.groups command should be in the following format: remove.groups(accnos=yourAccnos, fasta=yourFasta, group=yourGroupFile).\n"; helpString += "Example remove.groups(accnos=amazon.accnos, fasta=amazon.fasta, group=amazon.groups).\n"; helpString += "or remove.groups(groups=pasture, fasta=amazon.fasta, amazon.groups).\n"; - helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n"; return helpString; } catch(exception& e) {