From f1b9cedf2cdb805ad570f556529389393c41de47 Mon Sep 17 00:00:00 2001 From: WinkelCode <29005772+WinkelCode@users.noreply.github.com> Date: Mon, 8 May 2023 18:12:58 +0200 Subject: [PATCH] [skip ci] packagetool.sh help message small correction --- packagetool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packagetool.sh b/packagetool.sh index 8cfedf4..4b7b25d 100755 --- a/packagetool.sh +++ b/packagetool.sh @@ -14,7 +14,7 @@ Options: Print detected information about the current repository and exit. The shown variables can be set manually in the environment or hardcoded in the script. (Required) --container_runtime=CONTAINER_RUNTIME - Container runtime to use. Valid values are 'podman', 'docker', and 'docker-buildx. + Container runtime to use. Valid values are 'podman', 'docker', and 'docker-buildx'. (Required) --package_system=PACKAGE_SYSTEM Package system to target. Valid values are 'apk', 'deb', and 'rpm'. (Optional) --run_build_tests