Skip to content

Commit

Permalink
Help shows long and short argument forms
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Nov 5, 2024
1 parent c4abf06 commit fbe9d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dr/app/tools/newtreeannotator/TreeAnnotator.java
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ public static void printUsage(Arguments arguments) {
arguments.printUsage("treeannotator", "<input-file-name> [<output-file-name>]");
progressStream.println();
progressStream.println(" Example: treeannotator test.trees out.txt");
progressStream.println(" Example: treeannotator -burnin 100 -heights mean test.trees out.txt");
progressStream.println(" Example: treeannotator -burnin 100 -target map.tree test.trees out.txt");
progressStream.println(" Example: treeannotator --burnin 100 --heights mean test.trees out.txt");
progressStream.println(" Example: treeannotator -b 100 --target map.tree test.trees out.txt");
progressStream.println();
}

Expand Down

0 comments on commit fbe9d17

Please sign in to comment.