From e40923446b94211acc68f719eb42c7ac9ca646e7 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 6 Feb 2023 14:12:27 +0200 Subject: [PATCH] Update docs/src/main/asciidoc/appcds.adoc Co-authored-by: Foivos --- docs/src/main/asciidoc/appcds.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/appcds.adoc b/docs/src/main/asciidoc/appcds.adoc index 4e8e4f77e369a..d87f704760a7f 100644 --- a/docs/src/main/asciidoc/appcds.adoc +++ b/docs/src/main/asciidoc/appcds.adoc @@ -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] ----