Merge pull request #1586 from pi-hole/fix/build.sh_help

Add forgotten `--load` argument to the help text
This commit is contained in:
Adam Warner
2024-05-28 09:28:26 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ usage() {
echo " use_cache Enable caching (by default --no-cache is used)"
echo ""
echo "If no options are specified, the following command will be executed:"
echo " docker buildx build src/. --tag pihole --no-cache"
echo " docker buildx build src/. --tag pihole --load --no-cache"
exit 1
}