Skip to content

Commit

Permalink
Using correct pplaceholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Oct 25, 2024
1 parent f1f7cc8 commit d1d6e4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ java.launcher.opt.concise.header = Usage: java [java options...] <application
\ <sourcefile>.java to compile and execute a source-file program\n\n\
\Where key java options include:\n\
\ --class-path <class path>\n\
\ where <class path> is a list of directories and JAR archives to search for class files, separated by ":"\n\
\ where <class path> is a list of directories and JAR archives to search for class files, separated by "{0}"\n\
\ --module-path <module path>\n\
\ where <module path> is a list of directories and JAR archives to search for modules, separated by ":"\n\n\
\ where <module path> is a list of directories and JAR archives to search for modules, separated by "{0}"\n\n\
\For additional help on usage: java --help\n\
\For an interactive Java environment: jshell

Expand Down

0 comments on commit d1d6e4a

Please sign in to comment.