]> git.donarmstrong.com Git - mothur.git/blobdiff - degapseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / degapseqscommand.cpp
index 81002c8385e78610794e2faa5f0241d67befbab7..00f627dac6d9bbd8b89a44d7d5536ef5bc8d068f 100644 (file)
@@ -37,7 +37,7 @@ string DegapSeqsCommand::getHelpString(){
                helpString += "The degap.seqs command should be in the following format: \n";
                helpString += "degap.seqs(fasta=yourFastaFile) \n";     
                helpString += "Example: degap.seqs(fasta=abrecovery.align) \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) {