]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / filterseqscommand.cpp
index 02bc192f370acbba19d14e7c6f45b9f2fd46f662..a677eef9729ef5f1035db03f0a5daff9f7280e36 100644 (file)
@@ -48,7 +48,7 @@ string FilterSeqsCommand::getHelpString(){
                helpString += "The filter.seqs command should be in the following format: \n";
                helpString += "filter.seqs(fasta=yourFastaFile, trump=yourTrump) \n";
                helpString += "Example filter.seqs(fasta=abrecovery.fasta, trump=.).\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) {