]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / getgroupscommand.cpp
index aae74888accfc68b6226983b8025d1d05cca50ea..c7f96ec4fba8a42dba043bf4796f42307537c953 100644 (file)
@@ -46,7 +46,7 @@ string GetGroupsCommand::getHelpString(){
                helpString += "The get.groups command should be in the following format: get.groups(accnos=yourAccnos, fasta=yourFasta, group=yourGroupFile).\n";
                helpString += "Example get.groups(accnos=amazon.accnos, fasta=amazon.fasta, group=amazon.groups).\n";
                helpString += "or get.groups(groups=pasture, fasta=amazon.fasta, group=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) {