Skip to content

Commit

Permalink
a better help entry for the new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mtholder committed May 27, 2023
1 parent 380d991 commit 67e6a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/taxonomy-parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<long>(),"Show the children of node <arg>")
("parent,P",value<OttId>(),"Show the parent taxon of node <arg>")
("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<int>(),"Show the top <arg> high-degree nodes")
("write-tree,T","Write out the result as a tree")
("write-taxonomy",value<string>(),"Write out the result as a taxonomy to directory 'arg'")
Expand Down

0 comments on commit 67e6a4a

Please sign in to comment.