From cddcd1e754a23a9d884703588ad3b00cf41293ad Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 8 Jun 2015 18:02:00 -0700 Subject: [PATCH] factor.sh: More precise docs --- build-support/factor.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index 96fa04c235..fc2a549b61 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -592,11 +592,11 @@ usage() { $ECHO " deps-apt-get - install required packages for Factor on Linux using apt-get" $ECHO " deps-pacman - install required packages for Factor on Linux using pacman" $ECHO " deps-macosx - install git on MacOSX using port" - $ECHO " self-update - git pull, make local boot image, bootstrap" + $ECHO " self-update - git pull, recompile, make local boot image, bootstrap" $ECHO " quick-update - git pull, refresh-all, save" - $ECHO " update - git pull, download a boot image, recompile, bootstrap" - $ECHO " bootstrap - bootstrap with an existing boot image" - $ECHO " net-bootstrap - download a boot image, bootstrap" + $ECHO " update - git pull, recompile, download a boot image, bootstrap" + $ECHO " bootstrap - recompile, 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" $ECHO ""