From 3df35bdae128a66070784642f47cb8d50abe45d1 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 20 Apr 2025 18:43:23 -0600 Subject: [PATCH] list: Spacing fix --- usr/local/share/bastille/list.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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