From 5028ef9e0e4a3f505da19c005800f273af671534 Mon Sep 17 00:00:00 2001 From: Ivan Chernetsky Date: Sun, 2 Nov 2014 03:16:59 -0800 Subject: Allow to specify a path to vm.args through command-line arguments --- src/relx.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/relx.erl') diff --git a/src/relx.erl b/src/relx.erl index 37918be..433e0a5 100644 --- a/src/relx.erl +++ b/src/relx.erl @@ -210,6 +210,7 @@ opt_spec_list() -> "Provide an app name and a directory to override in the form :"}, {config, $c, "config", {string, ""}, "The path to a config file"}, {overlay_vars, undefined, "overlay_vars", string, "Path to a file of overlay variables"}, + {vm_args, undefined, "vm_args", string, "Path to a file to use for vm.args"}, {sys_config, undefined, "sys_config", string, "Path to a file to use for sys.config"}, {system_libs, undefined, "system_libs", string, "Path to dir of Erlang system libs"}, {version, undefined, "version", undefined, "Print relx version"}, -- cgit v1.2.3