]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / listseqscommand.cpp
index b977304c9ce54493e5f34dc20705ea1855b21bc4..ebfd07565bcca4458d7ce51b4911d5cc659e711e 100644 (file)
@@ -41,7 +41,7 @@ string ListSeqsCommand::getHelpString(){
                helpString += "The list.seqs command parameters are fasta, name, group, list, taxonomy and alignreport.  You must provide one of these parameters.\n";
                helpString += "The list.seqs command should be in the following format: list.seqs(fasta=yourFasta).\n";
                helpString += "Example list.seqs(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) {