X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=countgroupscommand.cpp;h=0c03882a459135afaad797728f2ed268b17c9abb;hb=8977d23b7f18d981b14e59c210c97198541ca7b0;hp=24b4214dd5600ef0f0625ba7acf0da2a8f328108;hpb=65e21482d022d12f7a78a8d436fb51f322603e41;p=mothur.git diff --git a/countgroupscommand.cpp b/countgroupscommand.cpp index 24b4214..0c03882 100644 --- a/countgroupscommand.cpp +++ b/countgroupscommand.cpp @@ -34,7 +34,7 @@ vector CountGroupsCommand::setParameters(){ string CountGroupsCommand::getHelpString(){ try { string helpString = ""; - helpString += "The count.groups command counts sequences from a specfic group or set of groups from the following file types: group or shared file.\n"; + helpString += "The count.groups command counts sequences from a specific group or set of groups from the following file types: group or shared file.\n"; helpString += "The count.groups command parameters are accnos, group, shared and groups. You must provide a group or shared file.\n"; helpString += "The accnos parameter allows you to provide a file containing the list of groups.\n"; helpString += "The groups parameter allows you to specify which of the groups in your groupfile you would like. You can separate group names with dashes.\n";