X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=removelineagecommand.cpp;h=75e2a079396c92f9e4ad8fcd0596ae399b2868a5;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=021b56cd02f36aaa88edac90a8773ed1090bc5a0;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/removelineagecommand.cpp b/removelineagecommand.cpp index 021b56c..75e2a07 100644 --- a/removelineagecommand.cpp +++ b/removelineagecommand.cpp @@ -49,7 +49,7 @@ string RemoveLineageCommand::getHelpString(){ helpString += "Example remove.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 remove.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) {