Skip to content

Commit 2697acd

Browse files
Minor
1 parent 13523ee commit 2697acd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/jdk.jpackage/share/man/jpackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ The `jpackage` tool will take as input a Java application and a Java run-time im
229229
substrings.
230230

231231
Expandable substrings are case-sensitive on Unix and
232-
case-insensitive on Windows. No string substitution occurs if the
232+
case-insensitive on Windows. No string expansion occurs if the
233233
referenced environment variable is undefined.
234234

235235
Environment variables with names "APPDIR", "BINDIR", and "ROOTDIR"
236236
will be ignored, and these expandable substrings will be
237237
replaced by values calculated by the app launcher.
238238

239239
Prefix the dollar sign character with the backslash character (\)
240-
to prevent substring substitution.
240+
to prevent substring expansion.
241241

242242
<a id="option-java-options">`--java-options` *options*</a>
243243

0 commit comments

Comments
 (0)