1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-03 14:40:55 +02:00

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
commit be48e1186b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}