From 235cfdd7d12cc8ce462cef0c59427ea55d09d494 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Wed, 7 Feb 2024 11:29:34 +0100 Subject: [PATCH] Update website/docs/commands/package.md --- website/docs/commands/package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/package.md b/website/docs/commands/package.md index 086ea8f422..fd71751aa3 100644 --- a/website/docs/commands/package.md +++ b/website/docs/commands/package.md @@ -127,7 +127,7 @@ Hello Hello --> -By default assemblies are self-executable, just like the default package format. With the argument ```--preamble=false``` you can build an assembly that just contains the JAR and does not contain any built-in Bash code, and therefore can be launched directly with Java and is more portable: +By default assemblies are self-executable, just like the default package format. With the `--preamble=false` option, you can build an assembly that just contains the JAR and does not contain any built-in Bash code, and therefore can be launched directly with Java and is more portable: