X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=getlineagecommand.cpp;fp=getlineagecommand.cpp;h=dd00c0368c3e8167f26667d40af1925f184feb32;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=5e35449dabd0d6c485780c3847f7971084c86f1c;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/getlineagecommand.cpp b/getlineagecommand.cpp index 5e35449..dd00c03 100644 --- a/getlineagecommand.cpp +++ b/getlineagecommand.cpp @@ -49,7 +49,7 @@ string GetLineageCommand::getHelpString(){ helpString += "Example get.lineage(taxonomy=amazon.silva.taxonomy, taxon=Bacteria;Firmicutes;Bacilli;Lactobacillales;).\n"; helpString += "Note: If you are running mothur in script mode you must wrap the taxon in ' characters so mothur will ignore the ; in the taxon.\n"; helpString += "Example get.lineage(taxonomy=amazon.silva.taxonomy, taxon='Bacteria;Firmicutes;Bacilli;Lactobacillales;').\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) {