]> gitweb.factorcode.org Git - factor.git/commitdiff
build.sh: Fix update-boot-image help
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Jul 2020 19:16:45 +0000 (14:16 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Jul 2020 19:16:45 +0000 (14:16 -0500)
build.sh

index 058bcae1a3176f08611fcf3eb5bac43c09b2ed95..edf7ddccfad0e3871efd39c63c627f6ede45e1e9 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -784,7 +784,7 @@ usage() {
     $ECHO "  net-bootstrap - recompile, download a boot image, bootstrap"
     $ECHO "  make-target - find and print the os-arch-cpu string"
     $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 "If you are behind a firewall, invoke as:"
     $ECHO "env GIT_PROTOCOL=http $0 <command>"