From 5aeaec755184f3eb602edfb3895a12eac5dded2e Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Sat, 17 Jun 2023 04:37:45 -0700 Subject: [PATCH] Output help instead of an error --- testFonts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testFonts b/testFonts index 301abbc..db67a9b 100644 --- a/testFonts +++ b/testFonts @@ -56,7 +56,7 @@ shift $((OPTIND - 1)) msg="$1" [ -z "$msg" ] && [ "$#" -eq 0 ] && { - err "a message needs to be specified" + echo "$help" exit 1 }