Corrected usage message.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1534 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-02-12 01:44:08 +00:00
parent f234940fed
commit edd329b132
+7 -7
View File
@@ -20,13 +20,13 @@ usage() {
echo "Main build script"
echo
echo "Syntax:"
echo " ./build <target>"
echo " ./build <target> config"
echo " ./build <target> depend"
echo " ./build <target> clean"
echo " ./build <target> install"
echo " ./build cleanall"
echo " ./build distclean"
echo " ./build.sh <target>"
echo " ./build.sh <target> config"
echo " ./build.sh <target> depend"
echo " ./build.sh <target> clean"
echo " ./build.sh <target> install"
echo " ./build.sh cleanall"
echo " ./build.sh distclean"
echo
echo "Valid targets:"
for TARGET in $TARGETS; do