aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.erl
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2013-10-12 14:32:01 -0700
committerJordan Wilberding <[email protected]>2013-10-12 14:32:01 -0700
commitd8fe19483d1afe15017709058f330ac132e4029a (patch)
tree4ef0d3c0b573b0d0c8459010fc37750c7bb6eba0 /src/relx.erl
parent7bcf3516d0c8aef9fd7cb0191dd9d36929d2a88d (diff)
parentf50f63f1cb504fc9af4f060b7e7d6c5f1c816d41 (diff)
downloadrelx-d8fe19483d1afe15017709058f330ac132e4029a.tar.gz
relx-d8fe19483d1afe15017709058f330ac132e4029a.tar.bz2
relx-d8fe19483d1afe15017709058f330ac132e4029a.zip
Merge pull request #67 from tsloughter/master
add overlay_vars command line arg
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 dc5b8e0..7b09751 100644
--- a/src/relx.erl
+++ b/src/relx.erl
@@ -200,6 +200,7 @@ opt_spec_list() ->
{override_app, $a, "override_app", string,
"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"},
{version, $v, "version", undefined, "Print relx version"},
{root_dir, $r, "root", string, "The project root directory"}].