[parser] Fixed indentation for general options

This commit is contained in:
ayakael 2018-04-30 08:51:23 -07:00
parent b95373b891
commit e160d6df7e
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -8,8 +8,8 @@ GIT_DIR="./"
#Recursive argument parser
while [[ -z "${1}" ]]; do
case ${1} in
--help)
case ${1} in
--help)
shift
HELP="${1}"
[[ -z "${HELP}" ]] && HELP=general