factor.sh: More precise docs
parent
31fe045560
commit
cddcd1e754
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue