Apply suggestions of my favourite proofreader

Krzesimir continues to save me from embarrassing spelling mistakes 💙

Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Thilo Fromm 2022-03-02 10:09:59 +01:00 committed by GitHub
parent 248ffcef03
commit 637e5d52ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ function fetch_image_usage() {
local version="$1"
echo "Usage: fetch_image [-a <arch>] [-v <version>] <stage>."
echo "Fetch and docker load a container image of a CI build stage."
echo " <stage> - CI build stsage to fetch:"
echo " <stage> - 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 <version> - Custom version to fetch instead of branch version '${version}'"
echo " -a <arch> - OS image target architecture - 'arm64' or 'amd64'. Defaults to 'amd64'."
}