diff --git a/build.bash b/build.bash index ba231d2..0fee06c 100755 --- a/build.bash +++ b/build.bash @@ -14,7 +14,7 @@ function usage() { msgln "USAGE:" #msgln " ${prog} /..." msgln " ${prog} /..." - msgln " ${prog} --dev Build the local exec" + msgln " ${prog} --local Build the local exec" msgln " ${prog} --init Create the resource file in the current directory" msgln if [ -r "${RESOURCE_FILE}" ]; then @@ -197,7 +197,7 @@ eot ## -- MAIN -- ## createVersionSource -if [ "${1}" == "--dev" ]; then +if [ "${1}" == "--local" ]; then buildLocal exit fi