Don't print help on input error

这个提交包含在:
2024-12-06 13:16:13 -05:00
父节点 4dea07222c
当前提交 30ab6d9bac

查看文件

@@ -197,7 +197,7 @@ parse_input() {
shift shift
done done
else else
err "Incorrect options provided"; print_help; exit 1 err "Incorrect option provided, see installJRMC --help"; exit 1
fi fi
# Print some warnings for unsupported argument combinations # Print some warnings for unsupported argument combinations