X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.cpp;h=70f2b2f4e93df4af17aabdd804103a99ef696cf6;hb=d945488119ad368b180537f36ed40298ff170f39;hp=e7d12969a73a1a2d6576593fc36ec8eb5a9b1d2a;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/phylotypecommand.cpp b/phylotypecommand.cpp index e7d1296..70f2b2f 100644 --- a/phylotypecommand.cpp +++ b/phylotypecommand.cpp @@ -45,7 +45,7 @@ string PhylotypeCommand::getHelpString(){ helpString += "For the label parameter, levels count down from the root to keep the output similiar to mothur's other commands which report information from finer resolution to coarser resolutions.\n"; helpString += "The phylotype command should be in the following format: \n"; helpString += "phylotype(taxonomy=yourTaxonomyFile, cutoff=yourCutoff, label=yourLabels) \n"; - helpString += "Eaxample: phylotype(taxonomy=amazon.taxonomy, cutoff=5, label=1-3-5).\n\n"; + helpString += "Eaxample: phylotype(taxonomy=amazon.taxonomy, cutoff=5, label=1-3-5).\n"; return helpString; } catch(exception& e) {