From 30ab6d9bac95a3ec1630f5e3500c53f1ab09c9a1 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 6 Dec 2024 13:16:13 -0500 Subject: [PATCH] Don't print help on input error --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 5266b6f..710b7d3 100755 --- a/installJRMC +++ b/installJRMC @@ -197,7 +197,7 @@ parse_input() { shift done else - err "Incorrect options provided"; print_help; exit 1 + err "Incorrect option provided, see installJRMC --help"; exit 1 fi # Print some warnings for unsupported argument combinations