build.sh: Fix update-boot-image help

master
Doug Coleman 2020-07-03 14:16:45 -05:00
parent 464bd705f4
commit 5c3efc5cee
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ usage() {
$ECHO " net-bootstrap - recompile, download a boot image, bootstrap" $ECHO " net-bootstrap - recompile, download a boot image, bootstrap"
$ECHO " make-target - find and print the os-arch-cpu string" $ECHO " make-target - find and print the os-arch-cpu string"
$ECHO " report|info - print the build variables" $ECHO " report|info - print the build variables"
$ECHO " update-boot-image - get the boot image for the current branch of for master" $ECHO " update-boot-image - get the boot image for the current branch"
$ECHO "" $ECHO ""
$ECHO "If you are behind a firewall, invoke as:" $ECHO "If you are behind a firewall, invoke as:"
$ECHO "env GIT_PROTOCOL=http $0 <command>" $ECHO "env GIT_PROTOCOL=http $0 <command>"