add missing usage

db4
Doug Coleman 2008-04-21 15:07:04 -05:00
parent 364b3a94c4
commit 3e3397ccb9
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ install_build_system_port() {
} }
usage() { usage() {
echo "usage: $0 install|install-x11|install-macosx|self-update|quick-update|update|bootstrap|net-bootstrap|make-target" echo "usage: $0 install|install-x11|install-macosx|self-update|quick-update|update|bootstrap|dlls|net-bootstrap|make-target"
echo "If you are behind a firewall, invoke as:" echo "If you are behind a firewall, invoke as:"
echo "env GIT_PROTOCOL=http $0 <command>" echo "env GIT_PROTOCOL=http $0 <command>"
} }