[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
|
#Recursive argument parser
|
||||||
while [[ -z "${1}" ]]; do
|
while [[ -z "${1}" ]]; do
|
||||||
case ${1} in
|
case ${1} in
|
||||||
--help)
|
--help)
|
||||||
shift
|
shift
|
||||||
HELP="${1}"
|
HELP="${1}"
|
||||||
[[ -z "${HELP}" ]] && HELP=general
|
[[ -z "${HELP}" ]] && HELP=general
|
||||||
|
|
Loading…
Reference in a new issue