]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / makefastqcommand.cpp
index 995dc6606d86963d64d1bee857233c9656836da6..b4c0e8c04d85357ff9bbe2de8008ced7d70186c9 100644 (file)
@@ -37,7 +37,7 @@ string MakeFastQCommand::getHelpString(){
                helpString += "You must also provide an accnos containing the list of groups to get or set the groups parameter to the groups you wish to select.\n";
                helpString += "The make.fastq command should be in the following format: make.fastq(qfile=yourQualityFile, fasta=yourFasta).\n";
                helpString += "Example make.fastq(fasta=amazon.fasta, qfile=amazon.qual).\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) {