浏览代码

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