From 96b3b1615ca475d84e11f54c94b8449af4cd0a00 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 4 Aug 2022 11:44:57 -0400 Subject: [PATCH] Update 'scripts/now.sh' --- scripts/now.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/now.sh b/scripts/now.sh index 41a182b..18922ec 100644 --- a/scripts/now.sh +++ b/scripts/now.sh @@ -26,6 +26,7 @@ while [[ $# -gt 0 ]]; do -*|--*) printf "$red Unknown option, use --help to see usage $reset" exit 1 + ;; *) printf "$red Unknown option, use --help to see usage $reset" ;;