Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/appcds.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Foivos <foivos@zakkak.net>
  • Loading branch information
geoand and zakkak authored Feb 6, 2023
1 parent 1040af7 commit e409234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/appcds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ java -XX:SharedArchiveFile=app-cds.jsa -jar quarkus-run.jar
====
The JVM is resilient. Faced with a situation where the archive file is not usable (for whatever reason) it will simply disable the AppCDS feature.
If it is desirable that the JVM should simply halt if the archive is not usable, the following command line invocation can be used:
If it is desirable to simply halt the execution when the archive is not usable, the following command line invocation can be used:
[source,bash]
----
Expand Down

0 comments on commit e409234

Please sign in to comment.