Added -h, --help

This commit is contained in:
billz 2019-11-11 19:24:01 +00:00
parent d83dab1937
commit e58e1df283

View file

@ -42,6 +42,10 @@ while :; do
-b|--branch)
branch="$2"
;;
-h|--help)
printf "$usage"
exit 1
;;
-*|--*)
echo "Unknown option: $1"
printf "$usage"