]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / getseqscommand.cpp
index 5db28888b8dbe0ac643779b1cdcbe6ae01a37389..04c3bd325edf89638503cdcb49c2842c75ed1d17 100644 (file)
@@ -45,7 +45,7 @@ string GetSeqsCommand::getHelpString(){
                helpString += "The dups parameter allows you to add the entire line from a name file if you add any name from the line. default=false. \n";
                helpString += "The get.seqs command should be in the following format: get.seqs(accnos=yourAccnos, fasta=yourFasta).\n";
                helpString += "Example get.seqs(accnos=amazon.accnos, fasta=amazon.fasta).\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) {