factor.sh: More precise docs

db4
Doug Coleman 2015-06-08 18:02:00 -07:00
parent 31fe045560
commit cddcd1e754
1 changed files with 4 additions and 4 deletions

View File

@ -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 ""