Skip to content

Commit d741857

Browse files
committed
Add forgotten --load argument to the help text
Signed-off-by: RD WebDesign <[email protected]>
1 parent 0b8ad5c commit d741857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ usage() {
1212
echo " use_cache Enable caching (by default --no-cache is used)"
1313
echo ""
1414
echo "If no options are specified, the following command will be executed:"
15-
echo " docker buildx build src/. --tag pihole --no-cache"
15+
echo " docker buildx build src/. --tag pihole --load --no-cache"
1616
exit 1
1717
}
1818

0 commit comments

Comments
 (0)