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

Add forgotten --load argument to the help text

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign 2024-05-27 22:09:45 -03:00
parent 0b8ad5cc99
commit d7418575e8
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

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
}