From 9300399746dde560fc637fbd233485f2d9e89648 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 18 May 2025 11:40:30 -0600 Subject: [PATCH] Update tags.sh --- usr/local/share/bastille/tags.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/local/share/bastille/tags.sh b/usr/local/share/bastille/tags.sh index 28ef556b..1f4d7cf8 100644 --- a/usr/local/share/bastille/tags.sh +++ b/usr/local/share/bastille/tags.sh @@ -34,7 +34,7 @@ . /usr/local/share/bastille/common.sh usage() { - error_notify "Usage: bastille tags TARGET [add|delete|list] [tag1,tag2]" + error_notify "Usage: bastille tags [option(s)] TARGET [add|delete|list] [tag1,tag2]" cat << EOF Options: @@ -48,9 +48,9 @@ EOF # Handle options. while [ "$#" -gt 0 ]; do case "${1}" in - -h|--help|help) - usage - ;; + -h|--help|help) + usage + ;; -x|--debug) enable_debug shift @@ -125,4 +125,4 @@ for _jail in ${JAILS}; do bastille_running_jobs "${bastille_process_limit}" done -wait \ No newline at end of file +wait