]> git.donarmstrong.com Git - mothur.git/blobdiff - consensusseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / consensusseqscommand.cpp
index bc47d8cca678ff9c8764651119ff255404a4ef65..f1c766d3a270fea328c76f05d1c8d4c606c9df27 100644 (file)
@@ -43,7 +43,7 @@ string ConsensusSeqsCommand::getHelpString(){
                helpString += "The consensus.seqs command should be in the following format: \n";
                helpString += "consensus.seqs(fasta=yourFastaFile, list=yourListFile) \n";      
                helpString += "Example: consensus.seqs(fasta=abrecovery.align, list=abrecovery.fn.list) \n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n";     
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n";       
                return helpString;
        }
        catch(exception& e) {