diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index d8da5db7..c5ffacc3 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -255,16 +255,16 @@ while [ "$#" -gt 0 ]; do -a|--all|all) shift ;; - -h|--help|help) - usage - ;; - -j|--json) + -h|--help|help) + usage + ;; + -j|--json) OPT_JSON=1 - shift + shift ;; -x|--debug) enable_debug - shift + shift ;; -*) for _opt in $(echo ${1} | sed 's/-//g' | fold -w1); do