diff --git a/tools/taxonomy-parser.cpp b/tools/taxonomy-parser.cpp index b48dac32..45012ee7 100644 --- a/tools/taxonomy-parser.cpp +++ b/tools/taxonomy-parser.cpp @@ -69,7 +69,7 @@ variables_map parse_cmd_line(int argc,char* argv[]) { ("extinct-to-incert,E","Adds an incertae_sedis flag to every extinct taxa (use with write-taxonomy)") ("children,C",value(),"Show the children of node ") ("parent,P",value(),"Show the parent taxon of node ") - ("report-dist-to-root","Report the number of nodes between each OTT ID and the root") + ("report-dist-to-root","Report the number of nodes between from the root to each OTT ID (the root reports 1)") ("high-degree-nodes",value(),"Show the top high-degree nodes") ("write-tree,T","Write out the result as a tree") ("write-taxonomy",value(),"Write out the result as a taxonomy to directory 'arg'")