From 44a1f5c19ecd64cbe9648ad50139fba0394d22bb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 18 May 2025 12:00:51 -0600 Subject: [PATCH] verify: Fix help --- usr/local/share/bastille/verify.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/verify.sh b/usr/local/share/bastille/verify.sh index 6b72c25b..4f7993de 100644 --- a/usr/local/share/bastille/verify.sh +++ b/usr/local/share/bastille/verify.sh @@ -33,7 +33,7 @@ . /usr/local/share/bastille/common.sh usage() { - error_notify "Usage: bastille verify [RELEASE|TEMPLATE]" + error_notify "Usage: bastille verify [option(s)] RELEASE|TEMPLATE" cat << EOF Options: @@ -196,4 +196,4 @@ case "${1}" in ;; esac -echo \ No newline at end of file +echo