Skip to content

Commit

Permalink
Tweak TOML explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 19, 2024
1 parent 228f771 commit 7ef3cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaunch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ allow-unrecognized-args = false
#
# ./fizzbuzz 1 2 3 4 5 -Xms1g
#
# Because '-X' is on the jvm.recognized-args list out of the box, Jaunch will translate
# Because '-X*' is on the jvm.recognized-args list out of the box, Jaunch will translate
# this invocation to:
#
# java -Xms1g org.fizzbuzz.FizzBuzz 1 2 3 4 5
Expand Down

0 comments on commit 7ef3cff

Please sign in to comment.