]> git.donarmstrong.com Git - mothur.git/blobdiff - makegroupcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / makegroupcommand.cpp
index 6f640eb0732274bf6970c346dc9d6b9de553b1b4..326a96ee113a270595469835cce7dd3431d54622 100644 (file)
@@ -38,7 +38,7 @@ string MakeGroupCommand::getHelpString(){
                helpString += "The make.group command should be in the following format: \n";
                helpString += "make.group(fasta=yourFastaFiles, groups=yourGroups). \n";
                helpString += "Example make.group(fasta=seqs1.fasta-seq2.fasta-seqs3.fasta, groups=A-B-C)\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFiles).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFiles).\n";
                return helpString;
        }
        catch(exception& e) {