From f8ecf2597520a4ffd4c765371162eabc4468a731 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 18 Oct 2024 12:08:08 +0100 Subject: [PATCH] run-docker.sh: Document options Signed-off-by: Simon McVittie --- .gitlab-ci/run-docker.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 625f13ee7..f3776d9a7 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -67,6 +67,11 @@ if [ $print_help == 1 ]; then echo " list - List available images" echo " help - This help message" echo "" + echo "Options" + echo "" + echo " --base-version NUM - Image is version NUM" + echo " --no-login - Don't log in to registry" + echo "" exit 0 fi