factor.sh: Remove the redundant list of commands

db4
Doug Coleman 2011-11-12 14:05:21 -08:00
parent e0dc236725
commit ae61d397c3
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ install_deps_macosx() {
}
usage() {
$ECHO "usage: $0 install|deps-linux|deps-macosx|self-update|quick-update|update|bootstrap|net-bootstrap|make-target|report [optional-target]"
$ECHO "usage: $0 command [optional-target]"
$ECHO " install - git clone, compile, bootstrap"
$ECHO " deps-linux - install required packages for Factor on Linux using apt-get"
$ECHO " deps-macosx - install git on MacOSX using port"