diff --git a/tmkproject.sh b/tmkproject.sh index 993ee5b..c36fa2a 100755 --- a/tmkproject.sh +++ b/tmkproject.sh @@ -3,9 +3,9 @@ # # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use, See: tmkproject-license.txt -# $Id: tmkproject.sh,v 1.112 2012/06/07 14:28:30 tundra Exp $ +# $Id: tmkproject.sh,v 1.113 2012/06/08 03:14:42 tundra Exp $ -CVSID='$Id: tmkproject.sh,v 1.112 2012/06/07 14:28:30 tundra Exp $' +CVSID='$Id: tmkproject.sh,v 1.113 2012/06/08 03:14:42 tundra Exp $' # If user just wants program version, display it and exit. @@ -20,9 +20,9 @@ # Make sure we have a valid command line -if [ $# -ne 4 ] +if [ $# -ne 3 ] then - echo "usage: tmkproject.sh name type cost 'Brief Description'" + echo "usage: tmkproject.sh name type 'Brief Description'" exit 1 fi @@ -30,7 +30,6 @@ PROJECTNAME=$1 TYPE=$2 -COST=$3 DESCRIPTION=$4 # Find out where we're installed