Skip to content

Commit 92c2c22

Browse files
Automatic merge of master into galahad
2 parents 6552a47 + 0a51ebb commit 92c2c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Run `native-image --help` for help on build options.
9292

9393
Run `native-image --help-extra` for help on additional options.
9494

95-
* `--exclude-config`: exclude configuration for a comma-separated pair of class path/module path pattern and resource pattern. For example: `--exclude-config foo.jar,META-INF\/native-image\/.*.properties` ignores all properties files in _META-INF/native-image_ in all JAR files named _foo.jar_.
95+
* `--exclude-config`: exclude configuration for a space-separated pair of class path/module path pattern and resource pattern. For example: `--exclude-config foo.jar META-INF\/native-image\/.*.properties` ignores all properties files in _META-INF/native-image_ in all JAR files named _foo.jar_.
9696
* `--expert-options`: list image build options for experts
9797
* `--expert-options-all`: list all image build options for experts (use at your own risk). Options marked with _Extra help available_ contain help that can be shown with `--expert-options-detail`
9898
* `--expert-options-detail`: display all available help for a comma-separated list of option names. Pass `*` to show extra help for all options that contain it.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Non-standard options help:
22

3-
--exclude-config exclude configuration for a comma-separated pair of classpath/modulepath
3+
--exclude-config exclude configuration for a space-separated pair of classpath/modulepath
44
pattern and resource pattern. For example:
5-
'--exclude-config foo.jar,META-INF\/native-image\/.*.properties'
5+
'--exclude-config foo.jar META-INF\/native-image\/.*.properties'
66
ignores all .properties files in 'META-INF/native-image' in all
77
JARs named 'foo.jar'.
88
--expert-options lists image build options for experts

0 commit comments

Comments
 (0)