]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerapintailcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / chimerapintailcommand.cpp
index 2b6ed0348d11d11b7ab04d1ce92c9620de1427bd..f8615540522ea583987a25ac5643d72cc9af6610 100644 (file)
@@ -57,7 +57,7 @@ string ChimeraPintailCommand::getHelpString(){
                helpString += "The chimera.pintail command should be in the following format: \n";
                helpString += "chimera.pintail(fasta=yourFastaFile, reference=yourTemplate) \n";
                helpString += "Example: chimera.pintail(fasta=AD.align, reference=silva.bacteria.fasta) \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) {