Skip to content

Commit

Permalink
J3oDump: clarify the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 25, 2023
1 parent 7e986e1 commit 3d63a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion J3oDump/src/main/java/jme3utilities/cli/J3oDump.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private static void printHelp() {
+ " j3odump [ARGUMENTS...]%n%n"
+ "ARGUMENTS:%n%n"
+ " --help, --usage, -h, -u print this help message%n"
+ " --root path, -r path set path to asset root (%s)%n"
+ " --root path, -r path set path to the asset root (%s)%n"
+ " --textures, -t also list textures%n"
+ " --verbose, -v set verbose mode%n"
+ " --veryverbose, -V set very verbose mode%n"
Expand Down

0 comments on commit 3d63a0d

Please sign in to comment.