run-docker.sh: Document options

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2024-10-18 12:08:08 +01:00
parent 1334e585e7
commit f8ecf25975

View File

@ -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