]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / removegroupscommand.cpp
index 76dc630e2ae6e2cac50e563f2cdb67df521164e4..e0943cf0cb52f2c2ba3faf7fe8a5e2add7281597 100644 (file)
@@ -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) {