From 3e3397ccb9892f780adf773c542ab982fa19bf90 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 21 Apr 2008 15:07:04 -0500 Subject: [PATCH] add missing usage --- build-support/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index 4bcd9e3086..70c522f6cd 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -439,7 +439,7 @@ install_build_system_port() { } 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 "env GIT_PROTOCOL=http $0 " }