From 7a01694124d92580fe5163ba8a071d08897879be Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 16 Jun 2015 18:35:59 -0700 Subject: [PATCH] factor.sh: fix docs, bootstrap doesn't recompile. --- build-support/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index fc2a549b61..5fb03d874a 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -595,7 +595,7 @@ usage() { $ECHO " self-update - git pull, recompile, make local boot image, bootstrap" $ECHO " quick-update - git pull, refresh-all, save" $ECHO " update - git pull, recompile, download a boot image, bootstrap" - $ECHO " bootstrap - recompile, bootstrap with existing boot image" + $ECHO " bootstrap - bootstrap with existing boot image" $ECHO " net-bootstrap - recompile, download a boot image, bootstrap" $ECHO " make-target - find and print the os-arch-cpu string" $ECHO " report - print the build variables"