From d7418575e83b744d48c7881743dbed6051a446c6 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 27 May 2024 22:09:45 -0300 Subject: [PATCH] Add forgotten `--load` argument to the help text Signed-off-by: RD WebDesign --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e421bf8..22d7e7c 100755 --- a/build.sh +++ b/build.sh @@ -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 }