[parser] Fixed indentation for general options
This commit is contained in:
parent
b95373b891
commit
e160d6df7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue