Skip to content

Commit

Permalink
Merge pull request #1586 from pi-hole/fix/build.sh_help
Browse files Browse the repository at this point in the history
Add forgotten `--load` argument to the help text
  • Loading branch information
PromoFaux authored May 28, 2024
2 parents 0b8ad5c + d741857 commit be48e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit be48e11

Please sign in to comment.