From a8a7912b7cc2f8fbd2a94ebaee51c1592b6395ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Alizak?= Date: Wed, 22 Mar 2023 12:43:54 +0100 Subject: [PATCH] Bring Docker build.sh help message in-line with reality --- core/docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/docker/build.sh b/core/docker/build.sh index 63623d1de7dc..0e11502e762c 100755 --- a/core/docker/build.sh +++ b/core/docker/build.sh @@ -8,7 +8,7 @@ Usage: $0 [-h] [-a ] [-r ] Builds the Trino Docker image -h Display help --a Build the specified comma-separated architectures, defaults to amd64,arm64 +-a Build the specified comma-separated architectures, defaults to amd64,arm64,ppc64le -r Build the specified Trino release version, downloads all required artifacts EOF }