aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.erl
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-03-12 10:28:03 +0100
committerJordan Wilberding <[email protected]>2014-03-12 10:28:03 +0100
commit52a5b14b232a47d50de992388e64f1f086a96396 (patch)
treece807e754bbdb13a1ec558d90799eaee4c34b5d9 /src/relx.erl
parentf2e4ddf2861c3b42205fc6a9e96315cd605031af (diff)
parent6fb418824358cb47ba73b2d9a951888dbd625bc0 (diff)
downloadrelx-52a5b14b232a47d50de992388e64f1f086a96396.tar.gz
relx-52a5b14b232a47d50de992388e64f1f086a96396.tar.bz2
relx-52a5b14b232a47d50de992388e64f1f086a96396.zip
Merge pull request #133 from mattrudder/sys_config_cmdargs
Added a command line override for the sys_config setting.
Diffstat (limited to 'src/relx.erl')
-rw-r--r--src/relx.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/relx.erl b/src/relx.erl
index 359d47d..79eeae2 100644
--- a/src/relx.erl
+++ b/src/relx.erl
@@ -203,6 +203,7 @@ opt_spec_list() ->
"Provide an app name and a directory to override in the form <appname>:<app directory>"},
{config, $c, "config", {string, ""}, "The path to a config file"},
{overlay_vars, undefined, "overlay_vars", string, "Path to a file of overlay variables"},
+ {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"},
{root_dir, $r, "root", string, "The project root directory"}].