Преглед изворни кода

Don't print help on input error

bryan пре 3 месеци
родитељ
комит
30ab6d9bac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      installJRMC

+ 1 - 1
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