Skip to content

Commit cceca32

Browse files
committed
[GR-63282] Improve native-image -D help description
PullRequest: graal/20360
2 parents d2cd8ba + 7808508 commit cceca32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference-manual/native-image/BuildOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Run `native-image --help` for help on build options.
3232
* `-cp, -classpath, --class-path <class search path of directories and ZIP/JAR files>`: a `:` (`;` on Windows) separated list of directories, JAR archives, and ZIP archives to search for class files
3333
* `-p <module path>, --module-path <module path>`: a `:` (`;` on Windows) separated list of directories. Each directory is a directory of modules.
3434
* `--add-modules <module name>[,<module name>...]`: add root modules to resolve in addition to the initial module. `<module name>` can also be `ALL-DEFAULT`, `ALL-SYSTEM`, `ALL-MODULE-PATH`.
35-
* `-D<name>=<value>`: set a system property at image build-time only
35+
* `-D<name>=<value>`: set a system property for image build time only
3636
* `-J<flag>`: pass an option directly to the JVM running the `native-image` builder
3737
* `--diagnostics-mode`: enable diagnostics output: class initialization, substitutions, etc.
3838
* `--enable-preview`: allow classes to depend on preview features of this release

substratevm/src/com.oracle.svm.driver/resources/Help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ where options include:
2727
root modules to resolve in addition to the initial module.
2828
<module name> can also be ALL-DEFAULT, ALL-SYSTEM,
2929
ALL-MODULE-PATH.
30-
-D<name>=<value> set a system property at image build-time only
30+
-D<name>=<value> set a system property for image build time only
3131
-J<flag> pass <flag> directly to the JVM running the image generator
3232
--diagnostics-mode enable diagnostics output: class initialization, substitutions, etc.
3333
--enable-preview allow classes to depend on preview features of this release

0 commit comments

Comments
 (0)