]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / splitgroupscommand.cpp
index bdb6e7c0151b10cb96fc6d0aa59d66199dba2e6f..c21243431875e4940cc9e75256eb5e3829584792 100644 (file)
@@ -41,7 +41,7 @@ string SplitGroupCommand::getHelpString(){
                helpString += "If you want .fasta and .names files for all groups, set groups=all.  \n";
                helpString += "The split.group command should be used in the following format: split.group(fasta=yourFasta, group=yourGroupFile).\n";
                helpString += "Example: split.group(fasta=abrecovery.fasta, group=abrecovery.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) {