From 637e5d52ec28f40078c8005b0342ad21b1b8fb3e Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Wed, 2 Mar 2022 10:09:59 +0100 Subject: [PATCH] Apply suggestions of my favourite proofreader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Krzesimir continues to save me from embarrassing spelling mistakes 💙 Co-authored-by: Krzesimir Nowak --- ci-automation/util/fetch_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/util/fetch_image.sh b/ci-automation/util/fetch_image.sh index 1fec5c1a93..51c4ef3a42 100755 --- a/ci-automation/util/fetch_image.sh +++ b/ci-automation/util/fetch_image.sh @@ -12,11 +12,11 @@ function fetch_image_usage() { local version="$1" echo "Usage: fetch_image [-a ] [-v ] ." echo "Fetch and docker load a container image of a CI build stage." - echo " - CI build stsage to fetch:" + echo " - CI build stage to fetch:" echo " sdk - fetch & install the plain SDK docker image. Note that this only works for the" echo " 'main' branch since maintenance branches don't build an SDK." echo " packages - fetch the packages (SDK + binary packages) container image." - echo " image - fetch the imagess (SDK + packages + image) container image." + echo " image - fetch the images (SDK + packages + image) container image." echo " -v - Custom version to fetch instead of branch version '${version}'" echo " -a - OS image target architecture - 'arm64' or 'amd64'. Defaults to 'amd64'." }