diff options
-rwxr-xr-x | tools/update_versions.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh index 9c974f6..b17bba6 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -9,6 +9,14 @@ if [[ "$1" == "" ]]; then usage_exit fi +if [[ "$1" == "-?" ]]; then + usage_exit +fi + +if [[ "$1" == "-h" ]]; then + usage_exit +fi + if [[ "$1" == "-g" ]]; then git=true shift |