X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=chimerapintailcommand.cpp;h=f8615540522ea583987a25ac5643d72cc9af6610;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=2b6ed0348d11d11b7ab04d1ce92c9620de1427bd;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/chimerapintailcommand.cpp b/chimerapintailcommand.cpp index 2b6ed03..f861554 100644 --- a/chimerapintailcommand.cpp +++ b/chimerapintailcommand.cpp @@ -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) {